#9B158E

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

Shades of Dark Magenta #9B158E

Tints of Dark Magenta #9B158E

Color information

#9B158E (or 0x9B158E) is unknown color: approx Dark Magenta. HEX triplet: 9B, 15 and 8E. RGB value is (155,21,142). Sum of RGB (Red+Green+Blue) = 155+21+142=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B158E is #64EA71. Grayscale: #4A4A4A. Windows color (decimal): -6613618 or 9311643. OLE color: 9311643.

HSL color Cylindrical-coordinate representation of color #9B158E: hue angle of 305.82º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B158E is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15521142-
CMYK00.860.080.39
HSL305.82º76.14%34.51%-
HSV(B)305.82º86.45%60.78%-
XYZ18.679.4626.43-
YUV74.86165.89185.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 21 (8.59% from 255) = 6.60%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=48.74%
G=6.60%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552114200.860.080.39305.8276.1434.51
Hex9B158E0568271324c23
Octal233252160126104746211443
Binary1001101110101100011100101011010001001111001100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,21,142); }

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

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

 a { background-color: rgb(155,21,142); }

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

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

 span { border-color: rgb(155,21,142); }

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