#99729D

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

Shades of Violet Blue #99729D

Tints of Violet Blue #99729D

Color information

#99729D (or 0x99729D) is unknown color: approx Violet Blue. HEX triplet: 99, 72 and 9D. RGB value is (153,114,157). Sum of RGB (Red+Green+Blue) = 153+114+157=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #99729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99729D is #668D62. Grayscale: #828282. Windows color (decimal): -6720867 or 10318489. OLE color: 10318489.

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

Color convert

RGB153114157-
CMYK0.030.2700.38
HSL294.42º17.99%53.14%-
HSV(B)294.42º27.39%61.57%-
XYZ25.2421.2434.67-
YUV130.56142.92144-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=36.08%
G=26.89%
B=37.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531141570.030.2700.38294.4217.9953.14
Hex99729D31B0261261235
Octal2311622353330464462265
Binary100110011110010100111011111011010011010010011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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