#99709B

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

Shades of Violet Blue #99709B

Tints of Violet Blue #99709B

Color information

#99709B (or 0x99709B) is unknown color: approx Violet Blue. HEX triplet: 99, 70 and 9B. RGB value is (153,112,155). Sum of RGB (Red+Green+Blue) = 153+112+155=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #99709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99709B is #668F64. Grayscale: #818181. Windows color (decimal): -6721381 or 10186905. OLE color: 10186905.

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

Color convert

RGB153112155-
CMYK0.010.2800.39
HSL297.21º17.7%52.35%-
HSV(B)297.21º27.74%60.78%-
XYZ24.8520.7333.7-
YUV129.16142.58145-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=36.43%
G=26.67%
B=36.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531121550.010.2800.39297.2117.752.35
Hex99709B11C0271291234
Octal2311602331340474512264
Binary10011001111000010011011111100010011110010100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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