Html Css Color HEX #800ABA Dark Violet

📋 copy color: '#800ABA'

red 128 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #800ABA

Tints of Dark Violet #800ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.41%

R = 39.51%
G = 3.09%
B = 57.41%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#800ABA (or 0x800ABA) is known color: Dark Violet. HEX triplet: 80, 0A and BA. RGB value is (128,10,186). Sum of RGB (Red+Green+Blue) = 128+10+186=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #800ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ABA is #7FF545. Grayscale: #404040. Windows color (decimal): -8385862 or 12192384. OLE color: 12192384.

HSL color Cylindrical-coordinate representation of color #800ABA: hue angle of 280.23º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800ABA is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 10 186 -
CMYK 0.31 0.95 0 0.27
HSL 280.23º 0.9% 0.38% -
HSV(B) 280.23º 0.95% 0.73% -
XYZ 17.87 8.35 47.12 -
YUV 65.35 196.09 172.69 -
System Red Green Blue C M Y K H S L
Decimal 128 10 186 0.31 0.95 0 0.27 280.23 0.9 0.38
Hex 80 A BA 1F 5F 0 1B 118 5A 26
Octal 200 12 272 37 137 0 33 430 132 46
Binary 10000000 1010 10111010 11111 1011111 0 11011 100011000 1011010 100110

Color Harmonies of #800ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800ABA

Black with #800ABA

Text Example


Text Example

White with #800ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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