#81498A

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

Shades of Vivid Violet #81498A

Tints of Vivid Violet #81498A

Color information

#81498A (or 0x81498A) is unknown color: approx Vivid Violet. HEX triplet: 81, 49 and 8A. RGB value is (129,73,138). Sum of RGB (Red+Green+Blue) = 129+73+138=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #81498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81498A is #7EB675. Grayscale: #606060. Windows color (decimal): -8304246 or 9062785. OLE color: 9062785.

HSL color Cylindrical-coordinate representation of color #81498A: hue angle of 291.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81498A is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12973138-
CMYK0.070.4700.46
HSL291.69º30.81%41.37%-
HSV(B)291.69º47.1%54.12%-
XYZ16.0211.2725.38-
YUV97.15151.05150.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=37.94%
G=21.47%
B=40.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129731380.070.4700.46291.6930.8141.37
Hex81498A72F02E1241f29
Octal2011112127570564443751
Binary10000001100100110001010111101111010111010010010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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