#81218C

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

Shades of Vivid Violet #81218C

Tints of Vivid Violet #81218C

Color information

#81218C (or 0x81218C) is unknown color: approx Vivid Violet. HEX triplet: 81, 21 and 8C. RGB value is (129,33,140). Sum of RGB (Red+Green+Blue) = 129+33+140=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #81218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81218C is #7EDE73. Grayscale: #494949. Windows color (decimal): -8314484 or 9183617. OLE color: 9183617.

HSL color Cylindrical-coordinate representation of color #81218C: hue angle of 293.83º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81218C is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12933140-
CMYK0.080.7600.45
HSL293.83º61.85%33.92%-
HSV(B)293.83º76.43%54.9%-
XYZ14.337.6525.53-
YUV73.9165.3167.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.72%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 140 (55.08% from 255) = 46.36%
R=42.72%
G=10.93%
B=46.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129331400.080.7600.45293.8361.8533.92
Hex81218C84C02D1263e22
Octal20141214101140554467642
Binary1000000110000110001100100010011000101101100100110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81218C; }

 p { color: rgb(129,33,140); }

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

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

 a { background-color: rgb(129,33,140); }

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

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

 span { border-color: rgb(129,33,140); }

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