#801DA8

Color #801DA8 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #801DA8

Tints of Vivid Violet #801DA8

Color information

#801DA8 (or 0x801DA8) is unknown color: approx Vivid Violet. HEX triplet: 80, 1D and A8. RGB value is (128,29,168). Sum of RGB (Red+Green+Blue) = 128+29+168=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 168 (66.02% from 255 or 51.69% from 325); Max value from RGB is 168 - color contains mainly: blue. Hex color #801DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801DA8 is #7FE257. Grayscale: #494949. Windows color (decimal): -8381016 or 11017600. OLE color: 11017600.

HSL color Cylindrical-coordinate representation of color #801DA8: hue angle of 282.73º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801DA8 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12829168-
CMYK0.240.8300.34
HSL282.73º70.56%38.63%-
HSV(B)282.73º82.74%65.88%-
XYZ16.418.337.78-
YUV74.45180.8166.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 29 (11.72% from 255) = 8.92%
BLUE value IS 168 (66.02% from 255) = 51.69%
R=39.38%
G=8.92%
B=51.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128291680.240.8300.34282.7370.5638.63
Hex801DA8185302211b4727
Octal200352503012304243310747
Binary10000000111011010100011000101001101000101000110111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,29,168); }

 H1.HeaderClassName
 {
   color: #801DA8;
 }
 .AnyTagClassName
 {
   color: #801DA8;
 }
</style>
background-color css

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

 a { background-color: rgb(128,29,168); }

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

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

 span { border-color: rgb(128,29,168); }

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