#9F729E

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

Shades of Violet Blue #9F729E

Tints of Violet Blue #9F729E

Color information

#9F729E (or 0x9F729E) is unknown color: approx Violet Blue. HEX triplet: 9F, 72 and 9E. RGB value is (159,114,158). Sum of RGB (Red+Green+Blue) = 159+114+158=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F729E is #608D61. Grayscale: #848484. Windows color (decimal): -6327650 or 10384031. OLE color: 10384031.

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

Color convert

RGB159114158-
CMYK00.280.010.38
HSL301.33º18.99%53.53%-
HSV(B)301.33º28.3%62.35%-
XYZ26.4921.8735.17-
YUV132.47142.41146.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=36.89%
G=26.45%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911415800.280.010.38301.3318.9953.53
Hex9F729E01C12612d1336
Octal2371622360341464552366
Binary10011111111001010011110011100110011010010110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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