Html Css Color HEX #800AE8 Dark Violet

📋 copy color: '#800AE8'

red 128 ◦ green 10 ◦ blue 232

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

Shades of Dark Violet #800AE8

Tints of Dark Violet #800AE8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.7%

 BLUE value IS 232 (91.02% from 255) = 62.7%

R = 34.59%
G = 2.7%
B = 62.7%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#800AE8 (or 0x800AE8) is known color: Dark Violet. HEX triplet: 80, 0A and E8. RGB value is (128,10,232). Sum of RGB (Red+Green+Blue) = 128+10+232=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 10 (4.30% from 255 or 2.70% 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 #800AE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800AE8 is #7FF517. Grayscale: #454545. Windows color (decimal): -8385816 or 15207040. OLE color: 15207040.

HSL color Cylindrical-coordinate representation of color #800AE8: hue angle of 271.89º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800AE8 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 10 232 -
CMYK 0.45 0.96 0 0.09
HSL 271.89º 0.92% 0.47% -
HSV(B) 271.89º 0.96% 0.91% -
XYZ 23.58 10.63 77.15 -
YUV 70.59 219.09 168.95 -
System Red Green Blue C M Y K H S L
Decimal 128 10 232 0.45 0.96 0 0.09 271.89 0.92 0.47
Hex 80 A E8 2D 60 0 9 110 5C 2F
Octal 200 12 350 55 140 0 11 420 134 57
Binary 10000000 1010 11101000 101101 1100000 0 1001 100010000 1011100 101111

Color Harmonies of #800AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800AE8

Black with #800AE8

Text Example


Text Example

White with #800AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800AE8; }

 p { color: rgb(128,10,232); }

 H1.HeaderClassName
 {
   color: #800AE8;
 }
 .AnyTagClassName
 {
   color: #800AE8;
 }
</style>

background-color css

<style>
 a { background-color: #800AE8; }

 a { background-color: rgb(128,10,232); }

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

border-color css

<style>
 span { border-color: #800AE8; }

 span { border-color: rgb(128,10,232); }

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