#99709E

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

Shades of Violet Blue #99709E

Tints of Violet Blue #99709E

Color information

#99709E (or 0x99709E) is unknown color: approx Violet Blue. HEX triplet: 99, 70 and 9E. RGB value is (153,112,158). Sum of RGB (Red+Green+Blue) = 153+112+158=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #99709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99709E is #668F61. Grayscale: #818181. Windows color (decimal): -6721378 or 10383513. OLE color: 10383513.

HSL color Cylindrical-coordinate representation of color #99709E: hue angle of 293.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99709E is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153112158-
CMYK0.030.2900.38
HSL293.48º19.17%52.94%-
HSV(B)293.48º29.11%61.96%-
XYZ25.120.8335.05-
YUV129.5144.08144.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 112 (44.14% from 255) = 26.48%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=36.17%
G=26.48%
B=37.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531121580.030.2900.38293.4819.1752.94
Hex99709E31D0261251335
Octal2311602363350464452365
Binary100110011110000100111101111101010011010010010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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