Html Css Color HEX #801EAE Vivid Violet

📋 copy color: '#801EAE'

red 128 ◦ green 30 ◦ blue 174

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

Shades of Vivid Violet #801EAE

Tints of Vivid Violet #801EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.04%

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

R = 38.55%
G = 9.04%
B = 52.41%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#801EAE (or 0x801EAE) is known color: Vivid Violet. HEX triplet: 80, 1E and AE. RGB value is (128,30,174). Sum of RGB (Red+Green+Blue) = 128+30+174=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #801EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801EAE is #7FE151. Grayscale: #4B4B4B. Windows color (decimal): -8380754 or 11411072. OLE color: 11411072.

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

Color convert

RGB 128 30 174 -
CMYK 0.26 0.83 0 0.32
HSL 280.83º 0.71% 0.4% -
HSV(B) 280.83º 0.83% 0.68% -
XYZ 17.01 8.57 40.8 -
YUV 75.72 183.47 165.29 -
System Red Green Blue C M Y K H S L
Decimal 128 30 174 0.26 0.83 0 0.32 280.83 0.71 0.4
Hex 80 1E AE 1A 53 0 20 119 47 28
Octal 200 36 256 32 123 0 40 431 107 50
Binary 10000000 11110 10101110 11010 1010011 0 100000 100011001 1000111 101000

Color Harmonies of #801EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801EAE

Black with #801EAE

Text Example


Text Example

White with #801EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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