#814689

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

Shades of Vivid Violet #814689

Tints of Vivid Violet #814689

Color information

#814689 (or 0x814689) is unknown color: approx Vivid Violet. HEX triplet: 81, 46 and 89. RGB value is (129,70,137). Sum of RGB (Red+Green+Blue) = 129+70+137=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #814689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814689 is #7EB976. Grayscale: #5F5F5F. Windows color (decimal): -8305015 or 8996481. OLE color: 8996481.

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

Color convert

RGB12970137-
CMYK0.060.4900.46
HSL292.84º32.37%40.59%-
HSV(B)292.84º48.91%53.73%-
XYZ15.7610.8524.93-
YUV95.28151.55152.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=38.39%
G=20.83%
B=40.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129701370.060.4900.46292.8432.3740.59
Hex81468963102E1252029
Octal2011062116610564454051
Binary100000011000110100010011101100010101110100100101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814689; }

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

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

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

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

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

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

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

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