Html Css Color HEX #800AEA Dark Violet

📋 copy color: '#800AEA'

red 128 ◦ green 10 ◦ blue 234

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

Shades of Dark Violet #800AEA

Tints of Dark Violet #800AEA

RGB

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

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

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

R = 34.41%
G = 2.69%
B = 62.9%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#800AEA (or 0x800AEA) is known color: Dark Violet. HEX triplet: 80, 0A and EA. RGB value is (128,10,234). Sum of RGB (Red+Green+Blue) = 128+10+234=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #800AEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800AEA is #7FF515. Grayscale: #464646. Windows color (decimal): -8385814 or 15338112. OLE color: 15338112.

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

Color convert

RGB 128 10 234 -
CMYK 0.45 0.96 0 0.08
HSL 271.61º 0.92% 0.48% -
HSV(B) 271.61º 0.96% 0.92% -
XYZ 23.86 10.75 78.66 -
YUV 70.82 220.09 168.79 -
System Red Green Blue C M Y K H S L
Decimal 128 10 234 0.45 0.96 0 0.08 271.61 0.92 0.48
Hex 80 A EA 2D 60 0 8 110 5C 30
Octal 200 12 352 55 140 0 10 420 134 60
Binary 10000000 1010 11101010 101101 1100000 0 1000 100010000 1011100 110000

Color Harmonies of #800AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800AEA

Black with #800AEA

Text Example


Text Example

White with #800AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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