Html Css Color HEX #801CAE Vivid Violet

📋 copy color: '#801CAE'

red 128 ◦ green 28 ◦ blue 174

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

Shades of Vivid Violet #801CAE

Tints of Vivid Violet #801CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.48%

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

R = 38.79%
G = 8.48%
B = 52.73%

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

#801CAE (or 0x801CAE) is known color: Vivid Violet. HEX triplet: 80, 1C and AE. RGB value is (128,28,174). Sum of RGB (Red+Green+Blue) = 128+28+174=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #801CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801CAE is #7FE351. Grayscale: #4A4A4A. Windows color (decimal): -8381266 or 11410560. OLE color: 11410560.

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

Color convert

RGB 128 28 174 -
CMYK 0.26 0.84 0 0.32
HSL 281.1º 0.72% 0.4% -
HSV(B) 281.1º 0.84% 0.68% -
XYZ 16.96 8.48 40.79 -
YUV 74.54 184.13 166.13 -
System Red Green Blue C M Y K H S L
Decimal 128 28 174 0.26 0.84 0 0.32 281.1 0.72 0.4
Hex 80 1C AE 1A 54 0 20 119 48 28
Octal 200 34 256 32 124 0 40 431 110 50
Binary 10000000 11100 10101110 11010 1010100 0 100000 100011001 1001000 101000

Color Harmonies of #801CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801CAE

Black with #801CAE

Text Example


Text Example

White with #801CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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