#81199E

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

Shades of Vivid Violet #81199E

Tints of Vivid Violet #81199E

Color information

#81199E (or 0x81199E) is unknown color: approx Vivid Violet. HEX triplet: 81, 19 and 9E. RGB value is (129,25,158). Sum of RGB (Red+Green+Blue) = 129+25+158=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #81199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81199E is #7EE661. Grayscale: #464646. Windows color (decimal): -8316514 or 10361217. OLE color: 10361217.

HSL color Cylindrical-coordinate representation of color #81199E: hue angle of 286.92º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81199E is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12925158-
CMYK0.180.8400.38
HSL286.92º72.68%35.88%-
HSV(B)286.92º84.18%61.96%-
XYZ15.577.8333.04-
YUV71.26176.96169.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 25 (10.16% from 255) = 8.01%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=41.35%
G=8.01%
B=50.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129251580.180.8400.38286.9272.6835.88
Hex81199E125402611f4924
Octal201312362212404643711144
Binary10000001110011001111010010101010001001101000111111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81199E; }

 p { color: rgb(129,25,158); }

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

<style>
 a { background-color: #81199E; }

 a { background-color: rgb(129,25,158); }

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

<style>
 span { border-color: #81199E; }

 span { border-color: rgb(129,25,158); }

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