#99498F

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

Shades of Violet Blue #99498F

Tints of Violet Blue #99498F

Color information

#99498F (or 0x99498F) is unknown color: approx Violet Blue. HEX triplet: 99, 49 and 8F. RGB value is (153,73,143). Sum of RGB (Red+Green+Blue) = 153+73+143=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #99498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99498F is #66B670. Grayscale: #686868. Windows color (decimal): -6731377 or 9390489. OLE color: 9390489.

HSL color Cylindrical-coordinate representation of color #99498F: hue angle of 307.5º 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 #99498F is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15373143-
CMYK00.520.070.4
HSL307.5º35.4%44.31%-
HSV(B)307.5º52.29%60%-
XYZ20.4813.5227.52-
YUV104.9149.5162.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=41.46%
G=19.78%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537314300.520.070.4307.535.444.31
Hex99498F034728134232c
Octal2311112170647504644354
Binary100110011001001100011110110100111101000100110100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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