#8316B6

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

Shades of Dark Violet #8316B6

Tints of Dark Violet #8316B6

Color information

#8316B6 (or 0x8316B6) is unknown color: approx Dark Violet. HEX triplet: 83, 16 and B6. RGB value is (131,22,182). Sum of RGB (Red+Green+Blue) = 131+22+182=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 182 (71.48% from 255 or 54.33% from 335); Max value from RGB is 182 - color contains mainly: blue. Hex color #8316B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316B6 is #7CE949. Grayscale: #484848. Windows color (decimal): -8186186 or 11933315. OLE color: 11933315.

HSL color Cylindrical-coordinate representation of color #8316B6: hue angle of 280.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8316B6 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13122182-
CMYK0.280.8800.29
HSL280.88º78.43%40%-
HSV(B)280.88º87.91%71.37%-
XYZ18.098.7845-
YUV72.83189.61169.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 22 (8.98% from 255) = 6.57%
BLUE value IS 182 (71.48% from 255) = 54.33%
R=39.10%
G=6.57%
B=54.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131221820.280.8800.29280.8878.4340
Hex8316B61C5801D1194e28
Octal203262663413003543111650
Binary1000001110110101101101110010110000111011000110011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8316B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8316B6; }

 p { color: rgb(131,22,182); }

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

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

 a { background-color: rgb(131,22,182); }

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

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

 span { border-color: rgb(131,22,182); }

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