#99749B

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

Shades of Violet Blue #99749B

Tints of Violet Blue #99749B

Color information

#99749B (or 0x99749B) is unknown color: approx Violet Blue. HEX triplet: 99, 74 and 9B. RGB value is (153,116,155). Sum of RGB (Red+Green+Blue) = 153+116+155=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #99749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99749B is #668B64. Grayscale: #838383. Windows color (decimal): -6720357 or 10187929. OLE color: 10187929.

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

Color convert

RGB153116155-
CMYK0.010.2500.39
HSL296.92º16.32%53.14%-
HSV(B)296.92º25.16%60.78%-
XYZ25.321.6333.85-
YUV131.51141.26143.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=36.08%
G=27.36%
B=36.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531161550.010.2500.39296.9216.3253.14
Hex99749B1190271291035
Octal2311642331310474512065
Binary10011001111010010011011111001010011110010100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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