#9B0F9E

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

Shades of Dark Magenta #9B0F9E

Tints of Dark Magenta #9B0F9E

Color information

#9B0F9E (or 0x9B0F9E) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0F and 9E. RGB value is (155,15,158). Sum of RGB (Red+Green+Blue) = 155+15+158=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B0F9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0F9E is #64F061. Grayscale: #484848. Windows color (decimal): -6615138 or 10358683. OLE color: 10358683.

HSL color Cylindrical-coordinate representation of color #9B0F9E: hue angle of 298.74º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0F9E is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15515158-
CMYK0.020.9100.38
HSL298.74º82.66%33.92%-
HSV(B)298.74º90.51%61.96%-
XYZ19.869.7833.19-
YUV73.16175.88186.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 15 (6.25% from 255) = 4.57%
BLUE value IS 158 (62.11% from 255) = 48.17%
R=47.26%
G=4.57%
B=48.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155151580.020.9100.38298.7482.6633.92
Hex9BF9E25B02612b5322
Octal23317236213304645312342
Binary1001101111111001111010101101101001101001010111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,15,158); }

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

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

 a { background-color: rgb(155,15,158); }

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

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

 span { border-color: rgb(155,15,158); }

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