Html Css Color HEX #800ABB Dark Violet

📋 copy color: '#800ABB'

red 128 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #800ABB

Tints of Dark Violet #800ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 39.38%
G = 3.08%
B = 57.54%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#800ABB (or 0x800ABB) is known color: Dark Violet. HEX triplet: 80, 0A and BB. RGB value is (128,10,187). Sum of RGB (Red+Green+Blue) = 128+10+187=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #800ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ABB is #7FF544. Grayscale: #404040. Windows color (decimal): -8385861 or 12257920. OLE color: 12257920.

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

Color convert

RGB 128 10 187 -
CMYK 0.32 0.95 0 0.27
HSL 280º 0.9% 0.39% -
HSV(B) 280º 0.95% 0.73% -
XYZ 17.98 8.39 47.69 -
YUV 65.46 196.59 172.61 -
System Red Green Blue C M Y K H S L
Decimal 128 10 187 0.32 0.95 0 0.27 280 0.9 0.39
Hex 80 A BB 20 5F 0 1B 118 5A 27
Octal 200 12 273 40 137 0 33 430 132 47
Binary 10000000 1010 10111011 100000 1011111 0 11011 100011000 1011010 100111

Color Harmonies of #800ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800ABB

Black with #800ABB

Text Example


Text Example

White with #800ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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