#8208E8

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

Shades of Dark Violet #8208E8

Tints of Dark Violet #8208E8

Color information

#8208E8 (or 0x8208E8) is unknown color: approx Dark Violet. HEX triplet: 82, 08 and E8. RGB value is (130,8,232). Sum of RGB (Red+Green+Blue) = 130+8+232=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 232 (91.02% from 255 or 62.70% from 370); Max value from RGB is 232 - color contains mainly: blue. Hex color #8208E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8208E8 is #7DF717. Grayscale: #454545. Windows color (decimal): -8255256 or 15206530. OLE color: 15206530.

HSL color Cylindrical-coordinate representation of color #8208E8: hue angle of 272.68º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8208E8 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1308232-
CMYK0.440.9700.09
HSL272.68º93.33%47.06%-
HSV(B)272.68º96.55%90.98%-
XYZ23.8610.7577.16-
YUV70.01219.42170.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 8 (3.52% from 255) = 2.16%
BLUE value IS 232 (91.02% from 255) = 62.70%
R=35.14%
G=2.16%
B=62.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal13082320.440.9700.09272.6893.3347.06
Hex828E82C61091115d2f
Octal202103505414101142113557
Binary100000101000111010001011001100001010011000100011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8208E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8208E8; }

 p { color: rgb(130,8,232); }

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

<style>
 a { background-color: #8208E8; }

 a { background-color: rgb(130,8,232); }

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

<style>
 span { border-color: #8208E8; }

 span { border-color: rgb(130,8,232); }

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