Html Css Color HEX #801BAE Vivid Violet

📋 copy color: '#801BAE'

red 128 ◦ green 27 ◦ blue 174

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

Shades of Vivid Violet #801BAE

Tints of Vivid Violet #801BAE

RGB

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

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

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

R = 38.91%
G = 8.21%
B = 52.89%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#801BAE (or 0x801BAE) is known color: Vivid Violet. HEX triplet: 80, 1B and AE. RGB value is (128,27,174). Sum of RGB (Red+Green+Blue) = 128+27+174=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #801BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801BAE is #7FE451. Grayscale: #494949. Windows color (decimal): -8381522 or 11410304. OLE color: 11410304.

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

Color convert

RGB 128 27 174 -
CMYK 0.26 0.84 0 0.32
HSL 281.22º 0.73% 0.39% -
HSV(B) 281.22º 0.84% 0.68% -
XYZ 16.93 8.43 40.78 -
YUV 73.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 128 27 174 0.26 0.84 0 0.32 281.22 0.73 0.39
Hex 80 1B AE 1A 54 0 20 119 49 27
Octal 200 33 256 32 124 0 40 431 111 47
Binary 10000000 11011 10101110 11010 1010100 0 100000 100011001 1001001 100111

Color Harmonies of #801BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801BAE

Black with #801BAE

Text Example


Text Example

White with #801BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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