#9F4B96

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

Shades of Violet Blue #9F4B96

Tints of Violet Blue #9F4B96

Color information

#9F4B96 (or 0x9F4B96) is unknown color: approx Violet Blue. HEX triplet: 9F, 4B and 96. RGB value is (159,75,150). Sum of RGB (Red+Green+Blue) = 159+75+150=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4B96 is #60B469. Grayscale: #6C6C6C. Windows color (decimal): -6337642 or 9849759. OLE color: 9849759.

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

Color convert

RGB15975150-
CMYK00.530.060.38
HSL306.43º35.9%45.88%-
HSV(B)306.43º52.83%62.35%-
XYZ22.3214.6130.5-
YUV108.67151.33163.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 75 (29.69% from 255) = 19.53%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=41.41%
G=19.53%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597515000.530.060.38306.4335.945.88
Hex9F4B96035626132242e
Octal2371132260656464624456
Binary100111111001011100101100110101110100110100110010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,75,150); }

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

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

 a { background-color: rgb(159,75,150); }

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

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

 span { border-color: rgb(159,75,150); }

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