#9F0BA5

Color #9F0BA5 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9F0BA5

Tints of Dark Magenta #9F0BA5

Color information

#9F0BA5 (or 0x9F0BA5) is unknown color: approx Dark Magenta. HEX triplet: 9F, 0B and A5. RGB value is (159,11,165). Sum of RGB (Red+Green+Blue) = 159+11+165=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F0BA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0BA5 is #60F45A. Grayscale: #484848. Windows color (decimal): -6354011 or 10816415. OLE color: 10816415.

HSL color Cylindrical-coordinate representation of color #9F0BA5: hue angle of 297.66º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0BA5 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15911165-
CMYK0.040.9300.35
HSL297.66º87.5%34.51%-
HSV(B)297.66º93.33%64.71%-
XYZ21.2110.3336.47-
YUV72.81180.03189.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 11 (4.69% from 255) = 3.28%
BLUE value IS 165 (64.84% from 255) = 49.25%
R=47.46%
G=3.28%
B=49.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159111650.040.9300.35297.6687.534.51
Hex9FBA545D02312a5823
Octal23713245413504345213043
Binary10011111101110100101100101110101000111001010101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,11,165); }

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

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

 a { background-color: rgb(159,11,165); }

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

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

 span { border-color: rgb(159,11,165); }

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