#9F158B

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

Shades of Dark Magenta #9F158B

Tints of Dark Magenta #9F158B

Color information

#9F158B (or 0x9F158B) is unknown color: approx Dark Magenta. HEX triplet: 9F, 15 and 8B. RGB value is (159,21,139). Sum of RGB (Red+Green+Blue) = 159+21+139=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F158B is #60EA74. Grayscale: #4B4B4B. Windows color (decimal): -6351477 or 9115039. OLE color: 9115039.

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

Color convert

RGB15921139-
CMYK00.870.130.38
HSL308.7º76.67%35.29%-
HSV(B)308.7º86.79%62.35%-
XYZ19.239.7725.3-
YUV75.71163.72187.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=49.84%
G=6.58%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592113900.870.130.38308.776.6735.29
Hex9F158B057D261354d23
Octal237252130127154646511543
Binary1001111110101100010110101011111011001101001101011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,21,139); }

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

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

 a { background-color: rgb(159,21,139); }

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

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

 span { border-color: rgb(159,21,139); }

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