#81468C

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

Shades of Vivid Violet #81468C

Tints of Vivid Violet #81468C

Color information

#81468C (or 0x81468C) is unknown color: approx Vivid Violet. HEX triplet: 81, 46 and 8C. RGB value is (129,70,140). Sum of RGB (Red+Green+Blue) = 129+70+140=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #81468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81468C is #7EB973. Grayscale: #5F5F5F. Windows color (decimal): -8305012 or 9193089. OLE color: 9193089.

HSL color Cylindrical-coordinate representation of color #81468C: hue angle of 290.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81468C is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12970140-
CMYK0.080.5000.45
HSL290.57º33.33%41.18%-
HSV(B)290.57º50%54.9%-
XYZ15.9810.9426.08-
YUV95.62153.05151.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=38.05%
G=20.65%
B=41.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129701400.080.5000.45290.5733.3341.18
Hex81468C83202D1232129
Octal20110621410620554434151
Binary1000000110001101000110010001100100101101100100011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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