#8213C6

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

Shades of Dark Violet #8213C6

Tints of Dark Violet #8213C6

Color information

#8213C6 (or 0x8213C6) is unknown color: approx Dark Violet. HEX triplet: 82, 13 and C6. RGB value is (130,19,198). Sum of RGB (Red+Green+Blue) = 130+19+198=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 198 (77.73% from 255 or 57.06% from 347); Max value from RGB is 198 - color contains mainly: blue. Hex color #8213C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8213C6 is #7DEC39. Grayscale: #474747. Windows color (decimal): -8252474 or 12981122. OLE color: 12981122.

HSL color Cylindrical-coordinate representation of color #8213C6: hue angle of 277.21º 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 #8213C6 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13019198-
CMYK0.340.9000.22
HSL277.21º82.49%42.55%-
HSV(B)277.21º90.4%77.65%-
XYZ19.639.2954.18-
YUV72.6198.77168.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 19 (7.81% from 255) = 5.48%
BLUE value IS 198 (77.73% from 255) = 57.06%
R=37.46%
G=5.48%
B=57.06%

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
Decimal130191980.340.9000.22277.2182.4942.55
Hex8213C6225A016115522b
Octal202233064213202642512253
Binary10000010100111100011010001010110100101101000101011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8213C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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