#8313C6

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

Shades of Dark Violet #8313C6

Tints of Dark Violet #8313C6

Color information

#8313C6 (or 0x8313C6) is unknown color: approx Dark Violet. HEX triplet: 83, 13 and C6. RGB value is (131,19,198). Sum of RGB (Red+Green+Blue) = 131+19+198=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #8313C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313C6 is #7CEC39. Grayscale: #484848. Windows color (decimal): -8186938 or 12981123. OLE color: 12981123.

HSL color Cylindrical-coordinate representation of color #8313C6: hue angle of 277.54º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8313C6 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13119198-
CMYK0.340.9000.22
HSL277.54º82.49%42.55%-
HSV(B)277.54º90.4%77.65%-
XYZ19.799.3754.19-
YUV72.89198.61169.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 19 (7.81% from 255) = 5.46%
BLUE value IS 198 (77.73% from 255) = 56.90%
R=37.64%
G=5.46%
B=56.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131191980.340.9000.22277.5482.4942.55
Hex8313C6225A016116522b
Octal203233064213202642612253
Binary10000011100111100011010001010110100101101000101101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8313C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8313C6; }

 p { color: rgb(131,19,198); }

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

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

 a { background-color: rgb(131,19,198); }

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

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

 span { border-color: rgb(131,19,198); }

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