Html Css Color HEX #8008E0 Dark Violet

📋 copy color: '#8008E0'

red 128 ◦ green 8 ◦ blue 224

#8008E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8008E0

Tints of Dark Violet #8008E0

RGB

 RED value IS 128 (50.39% from 255) = 35.56%

 GREEN value IS 8 (3.52% from 255) = 2.22%

 BLUE value IS 224 (87.89% from 255) = 62.22%

R = 35.56%
G = 2.22%
B = 62.22%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8008E0 (or 0x8008E0) is known color: Dark Violet. HEX triplet: 80, 08 and E0. RGB value is (128,8,224). Sum of RGB (Red+Green+Blue) = 128+8+224=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #8008E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8008E0 is #7FF71F. Grayscale: #434343. Windows color (decimal): -8386336 or 14682240. OLE color: 14682240.

HSL color Cylindrical-coordinate representation of color #8008E0: hue angle of 273.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8008E0 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 8 224 -
CMYK 0.43 0.96 0 0.12
HSL 273.33º 0.93% 0.45% -
HSV(B) 273.33º 0.96% 0.88% -
XYZ 22.44 10.14 71.3 -
YUV 68.5 215.76 170.44 -
System Red Green Blue C M Y K H S L
Decimal 128 8 224 0.43 0.96 0 0.12 273.33 0.93 0.45
Hex 80 8 E0 2B 60 0 C 111 5D 2D
Octal 200 10 340 53 140 0 14 421 135 55
Binary 10000000 1000 11100000 101011 1100000 0 1100 100010001 1011101 101101

Color Harmonies of #8008E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8008E0

Black with #8008E0

Text Example


Text Example

White with #8008E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8008E0; }

 p { color: rgb(128,8,224); }

 H1.HeaderClassName
 {
   color: #8008E0;
 }
 .AnyTagClassName
 {
   color: #8008E0;
 }
</style>

background-color css

<style>
 a { background-color: #8008E0; }

 a { background-color: rgb(128,8,224); }

 div.DivClassName
 {
   background-color: #8008E0;
 }
 .BgClassName
 {
   background-color: #8008E0;
 }
</style>

border-color css

<style>
 span { border-color: #8008E0; }

 span { border-color: rgb(128,8,224); }

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