#823396

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

Shades of Vivid Violet #823396

Tints of Vivid Violet #823396

Color information

#823396 (or 0x823396) is unknown color: approx Vivid Violet. HEX triplet: 82, 33 and 96. RGB value is (130,51,150). Sum of RGB (Red+Green+Blue) = 130+51+150=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #823396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823396 is #7DCC69. Grayscale: #555555. Windows color (decimal): -8244330 or 9843586. OLE color: 9843586.

HSL color Cylindrical-coordinate representation of color #823396: hue angle of 287.88º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823396 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13051150-
CMYK0.130.6600.41
HSL287.88º49.25%39.41%-
HSV(B)287.88º66%58.82%-
XYZ15.899.3229.81-
YUV85.91164.17159.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=39.27%
G=15.41%
B=45.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130511500.130.6600.41287.8849.2539.41
Hex823396D420291203127
Octal20263226151020514406147
Binary1000001011001110010110110110000100101001100100000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823396; }

 p { color: rgb(130,51,150); }

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

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

 a { background-color: rgb(130,51,150); }

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

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

 span { border-color: rgb(130,51,150); }

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