#812987

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

Shades of Vivid Violet #812987

Tints of Vivid Violet #812987

Color information

#812987 (or 0x812987) is unknown color: approx Vivid Violet. HEX triplet: 81, 29 and 87. RGB value is (129,41,135). Sum of RGB (Red+Green+Blue) = 129+41+135=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #812987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812987 is #7ED678. Grayscale: #4D4D4D. Windows color (decimal): -8312441 or 8857985. OLE color: 8857985.

HSL color Cylindrical-coordinate representation of color #812987: hue angle of 296.17º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #812987 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12941135-
CMYK0.040.7000.47
HSL296.17º53.41%34.51%-
HSV(B)296.17º69.63%52.94%-
XYZ14.22823.72-
YUV78.03160.15164.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=42.30%
G=13.44%
B=44.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129411350.040.7000.47296.1753.4134.51
Hex81298744602F1283523
Octal2015120741060574506543
Binary100000011010011000011110010001100101111100101000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812987; }

 p { color: rgb(129,41,135); }

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

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

 a { background-color: rgb(129,41,135); }

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

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

 span { border-color: rgb(129,41,135); }

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