Html Css Color HEX #800AB9 Dark Violet

📋 copy color: '#800AB9'

red 128 ◦ green 10 ◦ blue 185

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

Shades of Dark Violet #800AB9

Tints of Dark Violet #800AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 57.28%

R = 39.63%
G = 3.1%
B = 57.28%

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

#800AB9 (or 0x800AB9) is known color: Dark Violet. HEX triplet: 80, 0A and B9. RGB value is (128,10,185). Sum of RGB (Red+Green+Blue) = 128+10+185=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #800AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800AB9 is #7FF546. Grayscale: #404040. Windows color (decimal): -8385863 or 12126848. OLE color: 12126848.

HSL color Cylindrical-coordinate representation of color #800AB9: hue angle of 280.46º 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 #800AB9 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 10 185 -
CMYK 0.31 0.95 0 0.27
HSL 280.46º 0.9% 0.38% -
HSV(B) 280.46º 0.95% 0.73% -
XYZ 17.77 8.31 46.57 -
YUV 65.23 195.59 172.77 -
System Red Green Blue C M Y K H S L
Decimal 128 10 185 0.31 0.95 0 0.27 280.46 0.9 0.38
Hex 80 A B9 1F 5F 0 1B 118 5A 26
Octal 200 12 271 37 137 0 33 430 132 46
Binary 10000000 1010 10111001 11111 1011111 0 11011 100011000 1011010 100110

Color Harmonies of #800AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800AB9

Black with #800AB9

Text Example


Text Example

White with #800AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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