#801A93

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

Shades of Vivid Violet #801A93

Tints of Vivid Violet #801A93

Color information

#801A93 (or 0x801A93) is unknown color: approx Vivid Violet. HEX triplet: 80, 1A and 93. RGB value is (128,26,147). Sum of RGB (Red+Green+Blue) = 128+26+147=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #801A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801A93 is #7FE56C. Grayscale: #454545. Windows color (decimal): -8381805 or 9640576. OLE color: 9640576.

HSL color Cylindrical-coordinate representation of color #801A93: hue angle of 290.58º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801A93 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12826147-
CMYK0.130.8200.42
HSL290.58º69.94%33.92%-
HSV(B)290.58º82.31%57.65%-
XYZ14.547.4328.27-
YUV70.29171.29169.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=42.52%
G=8.64%
B=48.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128261470.130.8200.42290.5869.9433.92
Hex801A93D5202A1234622
Octal200322231512205244310642
Binary1000000011010100100111101101001001010101001000111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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