#81498E

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

Shades of Vivid Violet #81498E

Tints of Vivid Violet #81498E

Color information

#81498E (or 0x81498E) is unknown color: approx Vivid Violet. HEX triplet: 81, 49 and 8E. RGB value is (129,73,142). Sum of RGB (Red+Green+Blue) = 129+73+142=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #81498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81498E is #7EB671. Grayscale: #616161. Windows color (decimal): -8304242 or 9324929. OLE color: 9324929.

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

Color convert

RGB12973142-
CMYK0.090.4900.44
HSL288.7º32.09%42.16%-
HSV(B)288.7º48.59%55.69%-
XYZ16.3211.3926.93-
YUV97.61153.05150.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=37.5%
G=21.22%
B=41.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129731420.090.4900.44288.732.0942.16
Hex81498E93102C121202a
Octal20111121611610544414052
Binary1000000110010011000111010011100010101100100100001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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