#99729B

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

Shades of Violet Blue #99729B

Tints of Violet Blue #99729B

Color information

#99729B (or 0x99729B) is unknown color: approx Violet Blue. HEX triplet: 99, 72 and 9B. RGB value is (153,114,155). Sum of RGB (Red+Green+Blue) = 153+114+155=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #99729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99729B is #668D64. Grayscale: #828282. Windows color (decimal): -6720869 or 10187417. OLE color: 10187417.

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

Color convert

RGB153114155-
CMYK0.010.2600.39
HSL297.07º17.01%52.75%-
HSV(B)297.07º26.45%60.78%-
XYZ25.0721.1733.78-
YUV130.33141.92144.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=36.26%
G=27.01%
B=36.73%

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
Decimal1531141550.010.2600.39297.0717.0152.75
Hex99729B11A0271291135
Octal2311622331320474512165
Binary10011001111001010011011111010010011110010100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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