Html Css Color HEX #801BAB Vivid Violet

📋 copy color: '#801BAB'

red 128 ◦ green 27 ◦ blue 171

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

Shades of Vivid Violet #801BAB

Tints of Vivid Violet #801BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.28%

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 39.26%
G = 8.28%
B = 52.45%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#801BAB (or 0x801BAB) is known color: Vivid Violet. HEX triplet: 80, 1B and AB. RGB value is (128,27,171). Sum of RGB (Red+Green+Blue) = 128+27+171=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #801BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801BAB is #7FE454. Grayscale: #494949. Windows color (decimal): -8381525 or 11213696. OLE color: 11213696.

HSL color Cylindrical-coordinate representation of color #801BAB: hue angle of 282.08º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801BAB is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 27 171 -
CMYK 0.25 0.84 0 0.33
HSL 282.08º 0.73% 0.39% -
HSV(B) 282.08º 0.84% 0.67% -
XYZ 16.64 8.31 39.26 -
YUV 73.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 128 27 171 0.25 0.84 0 0.33 282.08 0.73 0.39
Hex 80 1B AB 19 54 0 21 11A 49 27
Octal 200 33 253 31 124 0 41 432 111 47
Binary 10000000 11011 10101011 11001 1010100 0 100001 100011010 1001001 100111

Color Harmonies of #801BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801BAB

Black with #801BAB

Text Example


Text Example

White with #801BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801BAB; }

 p { color: rgb(128,27,171); }

 H1.HeaderClassName
 {
   color: #801BAB;
 }
 .AnyTagClassName
 {
   color: #801BAB;
 }
</style>

background-color css

<style>
 a { background-color: #801BAB; }

 a { background-color: rgb(128,27,171); }

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

border-color css

<style>
 span { border-color: #801BAB; }

 span { border-color: rgb(128,27,171); }

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