#812888

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

Shades of Vivid Violet #812888

Tints of Vivid Violet #812888

Color information

#812888 (or 0x812888) is unknown color: approx Vivid Violet. HEX triplet: 81, 28 and 88. RGB value is (129,40,136). Sum of RGB (Red+Green+Blue) = 129+40+136=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #812888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812888 is #7ED777. Grayscale: #4D4D4D. Windows color (decimal): -8312696 or 8923265. OLE color: 8923265.

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

Color convert

RGB12940136-
CMYK0.050.7100.47
HSL295.62º54.55%34.51%-
HSV(B)295.62º70.59%53.33%-
XYZ14.267.9624.08-
YUV77.55160.99164.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=42.30%
G=13.11%
B=44.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129401360.050.7100.47295.6254.5534.51
Hex81288854702F1283723
Octal2015021051070574506743
Binary100000011010001000100010110001110101111100101000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812888; }

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

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

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

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

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

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

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

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