#9F729A

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

Shades of Violet Blue #9F729A

Tints of Violet Blue #9F729A

Color information

#9F729A (or 0x9F729A) is unknown color: approx Violet Blue. HEX triplet: 9F, 72 and 9A. RGB value is (159,114,154). Sum of RGB (Red+Green+Blue) = 159+114+154=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F729A is #608D65. Grayscale: #838383. Windows color (decimal): -6327654 or 10121887. OLE color: 10121887.

HSL color Cylindrical-coordinate representation of color #9F729A: hue angle of 306.67º 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 #9F729A is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB159114154-
CMYK00.280.030.38
HSL306.67º18.99%53.53%-
HSV(B)306.67º28.3%62.35%-
XYZ26.1521.7433.39-
YUV132.01140.41147.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.24%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=37.24%
G=26.70%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911415400.280.030.38306.6718.9953.53
Hex9F729A01C3261331336
Octal2371622320343464632366
Binary100111111110010100110100111001110011010011001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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