#8316C3

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

Shades of Dark Violet #8316C3

Tints of Dark Violet #8316C3

Color information

#8316C3 (or 0x8316C3) is unknown color: approx Dark Violet. HEX triplet: 83, 16 and C3. RGB value is (131,22,195). Sum of RGB (Red+Green+Blue) = 131+22+195=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 195 (76.56% from 255 or 56.03% from 348); Max value from RGB is 195 - color contains mainly: blue. Hex color #8316C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316C3 is #7CE93C. Grayscale: #494949. Windows color (decimal): -8186173 or 12785283. OLE color: 12785283.

HSL color Cylindrical-coordinate representation of color #8316C3: hue angle of 277.8º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8316C3 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13122195-
CMYK0.330.8900.24
HSL277.8º79.72%42.55%-
HSV(B)277.8º88.72%76.47%-
XYZ19.59.3452.4-
YUV74.31196.11168.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 22 (8.98% from 255) = 6.32%
BLUE value IS 195 (76.56% from 255) = 56.03%
R=37.64%
G=6.32%
B=56.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131221950.330.8900.24277.879.7242.55
Hex8316C32159018116502b
Octal203263034113103042612053
Binary10000011101101100001110000110110010110001000101101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8316C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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