#8312CB

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

Shades of Dark Violet #8312CB

Tints of Dark Violet #8312CB

Color information

#8312CB (or 0x8312CB) is unknown color: approx Dark Violet. HEX triplet: 83, 12 and CB. RGB value is (131,18,203). Sum of RGB (Red+Green+Blue) = 131+18+203=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #8312CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312CB is #7CED34. Grayscale: #484848. Windows color (decimal): -8187189 or 13308547. OLE color: 13308547.

HSL color Cylindrical-coordinate representation of color #8312CB: hue angle of 276.65º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8312CB is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13118203-
CMYK0.350.9100.20
HSL276.65º83.71%43.33%-
HSV(B)276.65º91.13%79.61%-
XYZ20.369.5757.27-
YUV72.88201.44169.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 18 (7.42% from 255) = 5.11%
BLUE value IS 203 (79.69% from 255) = 57.67%
R=37.22%
G=5.11%
B=57.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131182030.350.9100.20276.6583.7143.33
Hex8312CB235B014115542b
Octal203223134313302442512453
Binary10000011100101100101110001110110110101001000101011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8312CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8312CB; }

 p { color: rgb(131,18,203); }

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

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

 a { background-color: rgb(131,18,203); }

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

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

 span { border-color: rgb(131,18,203); }

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