#812889

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

Shades of Vivid Violet #812889

Tints of Vivid Violet #812889

Color information

#812889 (or 0x812889) is unknown color: approx Vivid Violet. HEX triplet: 81, 28 and 89. RGB value is (129,40,137). Sum of RGB (Red+Green+Blue) = 129+40+137=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #812889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812889 is #7ED776. Grayscale: #4D4D4D. Windows color (decimal): -8312695 or 8988801. OLE color: 8988801.

HSL color Cylindrical-coordinate representation of color #812889: hue angle of 295.05º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812889 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12940137-
CMYK0.060.7100.46
HSL295.05º54.8%34.71%-
HSV(B)295.05º70.8%53.73%-
XYZ14.337.9924.45-
YUV77.67161.49164.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=42.16%
G=13.07%
B=44.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129401370.060.7100.46295.0554.834.71
Hex81288964702E1273723
Octal2015021161070564476743
Binary100000011010001000100111010001110101110100100111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812889; }

 p { color: rgb(129,40,137); }

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

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

 a { background-color: rgb(129,40,137); }

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

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

 span { border-color: rgb(129,40,137); }

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