#823686

Color #823686 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #823686

Tints of Vivid Violet #823686

Color information

#823686 (or 0x823686) is unknown color: approx Vivid Violet. HEX triplet: 82, 36 and 86. RGB value is (130,54,134). Sum of RGB (Red+Green+Blue) = 130+54+134=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #823686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823686 is #7DC979. Grayscale: #555555. Windows color (decimal): -8243578 or 8795778. OLE color: 8795778.

HSL color Cylindrical-coordinate representation of color #823686: hue angle of 297º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823686 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13054134-
CMYK0.030.6000.47
HSL297º42.55%36.86%-
HSV(B)297º59.7%52.55%-
XYZ14.839.1123.53-
YUV85.84155.18159.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=40.88%
G=16.98%
B=42.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130541340.030.6000.4729742.5536.86
Hex82368633C02F1292b25
Octal202662063740574515345
Binary1000001011011010000110111111000101111100101001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823686; }

 p { color: rgb(130,54,134); }

 H1.HeaderClassName
 {
   color: #823686;
 }
 .AnyTagClassName
 {
   color: #823686;
 }
</style>
background-color css

<style>
 a { background-color: #823686; }

 a { background-color: rgb(130,54,134); }

 div.DivClassName
 {
   background-color: #823686;
 }
 .BgClassName
 {
   background-color: #823686;
 }
</style>
border-color css

<style>
 span { border-color: #823686; }

 span { border-color: rgb(130,54,134); }

 td.TdClassName
 {
   border-color: #823686;
 }
 .TagClassName
 {
   border-color: #823686;
 }
</style>