#8312C2

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

Shades of Dark Violet #8312C2

Tints of Dark Violet #8312C2

Color information

#8312C2 (or 0x8312C2) is unknown color: approx Dark Violet. HEX triplet: 83, 12 and C2. RGB value is (131,18,194). Sum of RGB (Red+Green+Blue) = 131+18+194=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 194 (76.17% from 255 or 56.56% from 343); Max value from RGB is 194 - color contains mainly: blue. Hex color #8312C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8312C2 is #7CED3D. Grayscale: #474747. Windows color (decimal): -8187198 or 12718723. OLE color: 12718723.

HSL color Cylindrical-coordinate representation of color #8312C2: hue angle of 278.52º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8312C2 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13118194-
CMYK0.320.9100.24
HSL278.52º83.02%41.57%-
HSV(B)278.52º90.72%76.08%-
XYZ19.319.1551.79-
YUV71.85196.94170.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 18 (7.42% from 255) = 5.25%
BLUE value IS 194 (76.17% from 255) = 56.56%
R=38.19%
G=5.25%
B=56.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131181940.320.9100.24278.5283.0241.57
Hex8312C2205B018117532a
Octal203223024013303042712352
Binary10000011100101100001010000010110110110001000101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8312C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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