#801B92

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

Shades of Vivid Violet #801B92

Tints of Vivid Violet #801B92

Color information

#801B92 (or 0x801B92) is unknown color: approx Vivid Violet. HEX triplet: 80, 1B and 92. RGB value is (128,27,146). Sum of RGB (Red+Green+Blue) = 128+27+146=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #801B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801B92 is #7FE46D. Grayscale: #464646. Windows color (decimal): -8381550 or 9575296. OLE color: 9575296.

HSL color Cylindrical-coordinate representation of color #801B92: hue angle of 290.92º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801B92 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12827146-
CMYK0.120.8200.43
HSL290.92º68.79%33.92%-
HSV(B)290.92º81.51%57.25%-
XYZ14.487.4527.87-
YUV70.76170.46168.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=42.52%
G=8.97%
B=48.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128271460.120.8200.43290.9268.7933.92
Hex801B92C5202B1234522
Octal200332221412205344310542
Binary1000000011011100100101100101001001010111001000111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,27,146); }

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

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

 a { background-color: rgb(128,27,146); }

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

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

 span { border-color: rgb(128,27,146); }

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