#814788

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

Shades of Vivid Violet #814788

Tints of Vivid Violet #814788

Color information

#814788 (or 0x814788) is unknown color: approx Vivid Violet. HEX triplet: 81, 47 and 88. RGB value is (129,71,136). Sum of RGB (Red+Green+Blue) = 129+71+136=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #814788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814788 is #7EB877. Grayscale: #5F5F5F. Windows color (decimal): -8304760 or 8931201. OLE color: 8931201.

HSL color Cylindrical-coordinate representation of color #814788: hue angle of 293.54º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814788 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12971136-
CMYK0.050.4800.47
HSL293.54º31.4%40.59%-
HSV(B)293.54º47.79%53.33%-
XYZ15.7510.9524.58-
YUV95.75150.72151.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=38.39%
G=21.13%
B=40.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129711360.050.4800.47293.5431.440.59
Hex81478853002F1261f29
Octal2011072105600574463751
Binary10000001100011110001000101110000010111110010011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814788; }

 p { color: rgb(129,71,136); }

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

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

 a { background-color: rgb(129,71,136); }

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

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

 span { border-color: rgb(129,71,136); }

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