#812288

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

Shades of Vivid Violet #812288

Tints of Vivid Violet #812288

Color information

#812288 (or 0x812288) is unknown color: approx Vivid Violet. HEX triplet: 81, 22 and 88. RGB value is (129,34,136). Sum of RGB (Red+Green+Blue) = 129+34+136=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #812288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812288 is #7EDD77. Grayscale: #494949. Windows color (decimal): -8314232 or 8921729. OLE color: 8921729.

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

Color convert

RGB12934136-
CMYK0.050.7500.47
HSL295.88º60%33.33%-
HSV(B)295.88º75%53.33%-
XYZ14.077.5924.02-
YUV74.03162.97167.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=43.14%
G=11.37%
B=45.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129341360.050.7500.47295.886033.33
Hex81228854B02F1283c21
Octal2014221051130574507441
Binary100000011000101000100010110010110101111100101000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812288; }

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

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

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

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

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

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

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

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