#9B028B

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

Shades of Dark Magenta #9B028B

Tints of Dark Magenta #9B028B

Color information

#9B028B (or 0x9B028B) is unknown color: approx Dark Magenta. HEX triplet: 9B, 02 and 8B. RGB value is (155,2,139). Sum of RGB (Red+Green+Blue) = 155+2+139=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B028B is #64FD74. Grayscale: #3E3E3E. Windows color (decimal): -6618485 or 9110171. OLE color: 9110171.

HSL color Cylindrical-coordinate representation of color #9B028B: hue angle of 306.27º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B028B is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB1552139-
CMYK00.990.100.39
HSL306.27º97.45%30.78%-
HSV(B)306.27º98.71%60.78%-
XYZ18.28.8825.18-
YUV63.36170.69193.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.36%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=52.36%
G=0.68%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155213900.990.100.39306.2797.4530.78
Hex9B28B063A27132611f
Octal23322130143124746214137
Binary100110111010001011011000111010100111100110010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,2,139); }

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

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

 a { background-color: rgb(155,2,139); }

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

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

 span { border-color: rgb(155,2,139); }

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