#9F7299

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

Shades of Violet Blue #9F7299

Tints of Violet Blue #9F7299

Color information

#9F7299 (or 0x9F7299) is unknown color: approx Violet Blue. HEX triplet: 9F, 72 and 99. RGB value is (159,114,153). Sum of RGB (Red+Green+Blue) = 159+114+153=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7299 is #608D66. Grayscale: #838383. Windows color (decimal): -6327655 or 10056351. OLE color: 10056351.

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

Color convert

RGB159114153-
CMYK00.280.040.38
HSL308º18.99%53.53%-
HSV(B)308º28.3%62.35%-
XYZ26.0721.7132.95-
YUV131.9139.91147.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.32%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=37.32%
G=26.76%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911415300.280.040.3830818.9953.53
Hex9F729901C4261341336
Octal2371622310344464642366
Binary1001111111100101001100101110010010011010011010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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