#812F87

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

Shades of Vivid Violet #812F87

Tints of Vivid Violet #812F87

Color information

#812F87 (or 0x812F87) is unknown color: approx Vivid Violet. HEX triplet: 81, 2F and 87. RGB value is (129,47,135). Sum of RGB (Red+Green+Blue) = 129+47+135=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #812F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812F87 is #7ED078. Grayscale: #515151. Windows color (decimal): -8310905 or 8859521. OLE color: 8859521.

HSL color Cylindrical-coordinate representation of color #812F87: hue angle of 295.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #812F87 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12947135-
CMYK0.040.6500.47
HSL295.91º48.35%35.69%-
HSV(B)295.91º65.19%52.94%-
XYZ14.448.4523.79-
YUV81.55158.17161.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=41.48%
G=15.11%
B=43.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129471350.040.6500.47295.9148.3535.69
Hex812F8744102F1283024
Octal2015720741010574506044
Binary100000011011111000011110010000010101111100101000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812F87; }

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

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

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

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

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

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

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

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