#81468E

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

Shades of Vivid Violet #81468E

Tints of Vivid Violet #81468E

Color information

#81468E (or 0x81468E) is unknown color: approx Vivid Violet. HEX triplet: 81, 46 and 8E. RGB value is (129,70,142). Sum of RGB (Red+Green+Blue) = 129+70+142=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #81468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81468E is #7EB971. Grayscale: #5F5F5F. Windows color (decimal): -8305010 or 9324161. OLE color: 9324161.

HSL color Cylindrical-coordinate representation of color #81468E: hue angle of 289.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81468E is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12970142-
CMYK0.090.5100.44
HSL289.17º33.96%41.57%-
HSV(B)289.17º50.7%55.69%-
XYZ16.131126.86-
YUV95.85154.05151.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=37.83%
G=20.53%
B=41.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129701420.090.5100.44289.1733.9641.57
Hex81468E93302C121222a
Octal20110621611630544414252
Binary1000000110001101000111010011100110101100100100001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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