#99739C

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

Shades of Violet Blue #99739C

Tints of Violet Blue #99739C

Color information

#99739C (or 0x99739C) is unknown color: approx Violet Blue. HEX triplet: 99, 73 and 9C. RGB value is (153,115,156). Sum of RGB (Red+Green+Blue) = 153+115+156=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #99739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99739C is #668C63. Grayscale: #828282. Windows color (decimal): -6720612 or 10253209. OLE color: 10253209.

HSL color Cylindrical-coordinate representation of color #99739C: hue angle of 295.61º 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 #99739C is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB153115156-
CMYK0.020.2600.39
HSL295.61º17.15%53.14%-
HSV(B)295.61º26.28%61.18%-
XYZ25.2721.4334.26-
YUV131.04142.09143.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=36.08%
G=27.12%
B=36.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531151560.020.2600.39295.6117.1553.14
Hex99739C21A0271281135
Octal2311632342320474502165
Binary100110011110011100111001011010010011110010100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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