#9F4D97

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

Shades of Violet Blue #9F4D97

Tints of Violet Blue #9F4D97

Color information

#9F4D97 (or 0x9F4D97) is unknown color: approx Violet Blue. HEX triplet: 9F, 4D and 97. RGB value is (159,77,151). Sum of RGB (Red+Green+Blue) = 159+77+151=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4D97 is #60B268. Grayscale: #6D6D6D. Windows color (decimal): -6337129 or 9915807. OLE color: 9915807.

HSL color Cylindrical-coordinate representation of color #9F4D97: hue angle of 305.85º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F4D97 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB15977151-
CMYK00.520.050.38
HSL305.85º34.75%46.27%-
HSV(B)305.85º51.57%62.35%-
XYZ22.5414.9130.97-
YUV109.95151.17162.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=41.09%
G=19.90%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597715100.520.050.38305.8534.7546.27
Hex9F4D97034526132232e
Octal2371152270645464624356
Binary100111111001101100101110110100101100110100110010100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,77,151); }

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

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

 a { background-color: rgb(159,77,151); }

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

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

 span { border-color: rgb(159,77,151); }

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