#99739B

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

Shades of Violet Blue #99739B

Tints of Violet Blue #99739B

Color information

#99739B (or 0x99739B) is unknown color: approx Violet Blue. HEX triplet: 99, 73 and 9B. RGB value is (153,115,155). Sum of RGB (Red+Green+Blue) = 153+115+155=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #99739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99739B is #668C64. Grayscale: #828282. Windows color (decimal): -6720613 or 10187673. OLE color: 10187673.

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

Color convert

RGB153115155-
CMYK0.010.2600.39
HSL297º16.67%52.94%-
HSV(B)297º25.81%60.78%-
XYZ25.1821.433.81-
YUV130.92141.59143.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=36.17%
G=27.19%
B=36.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531151550.010.2600.3929716.6752.94
Hex99739B11A0271291135
Octal2311632331320474512165
Binary10011001111001110011011111010010011110010100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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