#99749A

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

Shades of Violet Blue #99749A

Tints of Violet Blue #99749A

Color information

#99749A (or 0x99749A) is unknown color: approx Violet Blue. HEX triplet: 99, 74 and 9A. RGB value is (153,116,154). Sum of RGB (Red+Green+Blue) = 153+116+154=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 154 - color contains mainly: blue. Hex color #99749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99749A is #668B65. Grayscale: #838383. Windows color (decimal): -6720358 or 10122393. OLE color: 10122393.

HSL color Cylindrical-coordinate representation of color #99749A: hue angle of 298.42º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99749A is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB153116154-
CMYK0.010.2500.40
HSL298.42º15.83%52.94%-
HSV(B)298.42º24.68%60.39%-
XYZ25.2121.633.41-
YUV131.4140.76143.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=36.17%
G=27.42%
B=36.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1531161540.010.2500.40298.4215.8352.94
Hex99749A11902812a1035
Octal2311642321310504522065
Binary10011001111010010011010111001010100010010101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,116,154); }

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

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

 a { background-color: rgb(153,116,154); }

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

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

 span { border-color: rgb(153,116,154); }

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