#9F729C

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

Shades of Violet Blue #9F729C

Tints of Violet Blue #9F729C

Color information

#9F729C (or 0x9F729C) is unknown color: approx Violet Blue. HEX triplet: 9F, 72 and 9C. RGB value is (159,114,156). Sum of RGB (Red+Green+Blue) = 159+114+156=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F729C is #608D63. Grayscale: #848484. Windows color (decimal): -6327652 or 10252959. OLE color: 10252959.

HSL color Cylindrical-coordinate representation of color #9F729C: hue angle of 304º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F729C is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB159114156-
CMYK00.280.020.38
HSL304º18.99%53.53%-
HSV(B)304º28.3%62.35%-
XYZ26.3221.8134.27-
YUV132.24141.41147.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.06%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=37.06%
G=26.57%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911415600.280.020.3830418.9953.53
Hex9F729C01C2261301336
Octal2371622340342464602366
Binary100111111110010100111000111001010011010011000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F729C; }

 p { color: rgb(159,114,156); }

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

<style>
 a { background-color: #9F729C; }

 a { background-color: rgb(159,114,156); }

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

<style>
 span { border-color: #9F729C; }

 span { border-color: rgb(159,114,156); }

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