#812589

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

Shades of Vivid Violet #812589

Tints of Vivid Violet #812589

Color information

#812589 (or 0x812589) is unknown color: approx Vivid Violet. HEX triplet: 81, 25 and 89. RGB value is (129,37,137). Sum of RGB (Red+Green+Blue) = 129+37+137=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #812589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812589 is #7EDA76. Grayscale: #4B4B4B. Windows color (decimal): -8313463 or 8988033. OLE color: 8988033.

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

Color convert

RGB12937137-
CMYK0.060.7300.46
HSL295.2º57.47%34.12%-
HSV(B)295.2º72.99%53.73%-
XYZ14.237.824.42-
YUV75.91162.48165.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 37 (14.84% from 255) = 12.21%
BLUE value IS 137 (53.91% from 255) = 45.21%
R=42.57%
G=12.21%
B=45.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129371370.060.7300.46295.257.4734.12
Hex81258964902E1273922
Octal2014521161110564477142
Binary100000011001011000100111010010010101110100100111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812589; }

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

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

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

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

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

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

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

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