#9F4499

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

Shades of Violet Blue #9F4499

Tints of Violet Blue #9F4499

Color information

#9F4499 (or 0x9F4499) is unknown color: approx Violet Blue. HEX triplet: 9F, 44 and 99. RGB value is (159,68,153). Sum of RGB (Red+Green+Blue) = 159+68+153=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4499 is #60BB66. Grayscale: #686868. Windows color (decimal): -6339431 or 10044575. OLE color: 10044575.

HSL color Cylindrical-coordinate representation of color #9F4499: hue angle of 303.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4499 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15968153-
CMYK00.570.040.38
HSL303.96º40.09%44.51%-
HSV(B)303.96º57.23%62.35%-
XYZ22.1113.8131.64-
YUV104.9155.15166.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.84%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=41.84%
G=17.89%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596815300.570.040.38303.9640.0944.51
Hex9F4499039426130282d
Octal2371042310714464605055
Binary100111111000100100110010111001100100110100110000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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