Html Css Color HEX #800BAE Dark Violet

📋 copy color: '#800BAE'

red 128 ◦ green 11 ◦ blue 174

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

Shades of Dark Violet #800BAE

Tints of Dark Violet #800BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.51%

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 40.89%
G = 3.51%
B = 55.59%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#800BAE (or 0x800BAE) is known color: Dark Violet. HEX triplet: 80, 0B and AE. RGB value is (128,11,174). Sum of RGB (Red+Green+Blue) = 128+11+174=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #800BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800BAE is #7FF451. Grayscale: #404040. Windows color (decimal): -8385618 or 11406208. OLE color: 11406208.

HSL color Cylindrical-coordinate representation of color #800BAE: hue angle of 283.07º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800BAE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 11 174 -
CMYK 0.26 0.94 0 0.32
HSL 283.07º 0.88% 0.36% -
HSV(B) 283.07º 0.94% 0.68% -
XYZ 16.66 7.88 40.69 -
YUV 64.57 189.76 173.25 -
System Red Green Blue C M Y K H S L
Decimal 128 11 174 0.26 0.94 0 0.32 283.07 0.88 0.36
Hex 80 B AE 1A 5E 0 20 11B 58 24
Octal 200 13 256 32 136 0 40 433 130 44
Binary 10000000 1011 10101110 11010 1011110 0 100000 100011011 1011000 100100

Color Harmonies of #800BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800BAE

Black with #800BAE

Text Example


Text Example

White with #800BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,11,174); }

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

background-color css

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

 a { background-color: rgb(128,11,174); }

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

border-color css

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

 span { border-color: rgb(128,11,174); }

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