#801a96

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

Shades of Vivid Violet #801A96

Tints of Vivid Violet #801A96

Color information

#801A96 (or 0x801A96) is unknown color: approx Vivid Violet. HEX triplet: 80, 1A and 96. RGB value is (128,26,150). Sum of RGB (Red+Green+Blue) = 128+26+150=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #801A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801A96 is #7FE569. Grayscale: #464646. Windows color (decimal): -8381802 or 9837184. OLE color: 9837184.

HSL color Cylindrical-coordinate representation of color #801A96: hue angle of 289.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801A96 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12826150-
CMYK0.150.8300.41
HSL289.35º70.45%34.51%-
HSV(B)289.35º82.67%58.82%-
XYZ14.787.5329.53-
YUV70.63172.79168.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=42.11%
G=8.55%
B=49.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128261500.150.8300.41289.3570.4534.51
Hex801A96F530291214623
Octal200322261712305144110643
Binary1000000011010100101101111101001101010011001000011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,26,150); }

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

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

 a { background-color: rgb(128,26,150); }

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

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

 span { border-color: rgb(128,26,150); }

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