#99759B

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

Shades of Violet Blue #99759B

Tints of Violet Blue #99759B

Color information

#99759B (or 0x99759B) is unknown color: approx Violet Blue. HEX triplet: 99, 75 and 9B. RGB value is (153,117,155). Sum of RGB (Red+Green+Blue) = 153+117+155=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #99759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99759B is #668A64. Grayscale: #838383. Windows color (decimal): -6720101 or 10188185. OLE color: 10188185.

HSL color Cylindrical-coordinate representation of color #99759B: hue angle of 296.84º 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 #99759B is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB153117155-
CMYK0.010.2500.39
HSL296.84º15.97%53.33%-
HSV(B)296.84º24.52%60.78%-
XYZ25.4121.8633.89-
YUV132.1140.93142.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=36%
G=27.53%
B=36.47%

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
Decimal1531171550.010.2500.39296.8415.9753.33
Hex99759B1190271291035
Octal2311652331310474512065
Binary10011001111010110011011111001010011110010100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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