#814288

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

Shades of Vivid Violet #814288

Tints of Vivid Violet #814288

Color information

#814288 (or 0x814288) is unknown color: approx Vivid Violet. HEX triplet: 81, 42 and 88. RGB value is (129,66,136). Sum of RGB (Red+Green+Blue) = 129+66+136=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #814288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814288 is #7EBD77. Grayscale: #5C5C5C. Windows color (decimal): -8306040 or 8929921. OLE color: 8929921.

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

Color convert

RGB12966136-
CMYK0.050.5100.47
HSL294º34.65%39.61%-
HSV(B)294º51.47%53.33%-
XYZ15.4510.3424.47-
YUV92.82152.37153.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=38.97%
G=19.94%
B=41.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129661360.050.5100.4729434.6539.61
Hex81428853302F1262328
Octal2011022105630574464350
Binary100000011000010100010001011100110101111100100110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814288; }

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

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

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

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

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

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

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

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