Html Css Color HEX #8008EA Dark Violet

📋 copy color: '#8008EA'

red 128 ◦ green 8 ◦ blue 234

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

Shades of Dark Violet #8008EA

Tints of Dark Violet #8008EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.24%

R = 34.59%
G = 2.16%
B = 63.24%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8008EA (or 0x8008EA) is known color: Dark Violet. HEX triplet: 80, 08 and EA. RGB value is (128,8,234). Sum of RGB (Red+Green+Blue) = 128+8+234=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #8008EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8008EA is #7FF715. Grayscale: #444444. Windows color (decimal): -8386326 or 15337600. OLE color: 15337600.

HSL color Cylindrical-coordinate representation of color #8008EA: hue angle of 271.86º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8008EA is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 8 234 -
CMYK 0.45 0.97 0 0.08
HSL 271.86º 0.93% 0.47% -
HSV(B) 271.86º 0.97% 0.92% -
XYZ 23.84 10.7 78.65 -
YUV 69.64 220.76 169.62 -
System Red Green Blue C M Y K H S L
Decimal 128 8 234 0.45 0.97 0 0.08 271.86 0.93 0.47
Hex 80 8 EA 2D 61 0 8 110 5D 2F
Octal 200 10 352 55 141 0 10 420 135 57
Binary 10000000 1000 11101010 101101 1100001 0 1000 100010000 1011101 101111

Color Harmonies of #8008EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8008EA

Black with #8008EA

Text Example


Text Example

White with #8008EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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