#99498A

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

Shades of Violet Blue #99498A

Tints of Violet Blue #99498A

Color information

#99498A (or 0x99498A) is unknown color: approx Violet Blue. HEX triplet: 99, 49 and 8A. RGB value is (153,73,138). Sum of RGB (Red+Green+Blue) = 153+73+138=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99498A is #66B675. Grayscale: #686868. Windows color (decimal): -6731382 or 9062809. OLE color: 9062809.

HSL color Cylindrical-coordinate representation of color #99498A: hue angle of 311.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99498A is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15373138-
CMYK00.520.100.4
HSL311.25º35.4%44.31%-
HSV(B)311.25º52.29%60%-
XYZ20.1113.3725.57-
YUV104.33147162.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 138 (54.30% from 255) = 37.91%
R=42.03%
G=20.05%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537313800.520.100.4311.2535.444.31
Hex99498A034A28137232c
Octal23111121206412504674354
Binary1001100110010011000101001101001010101000100110111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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