#9B058E

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

Shades of Dark Magenta #9B058E

Tints of Dark Magenta #9B058E

Color information

#9B058E (or 0x9B058E) is unknown color: approx Dark Magenta. HEX triplet: 9B, 05 and 8E. RGB value is (155,5,142). Sum of RGB (Red+Green+Blue) = 155+5+142=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B058E is #64FA71. Grayscale: #414141. Windows color (decimal): -6617714 or 9307547. OLE color: 9307547.

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

Color convert

RGB1555142-
CMYK00.970.080.39
HSL305.2º93.75%31.37%-
HSV(B)305.2º96.77%60.78%-
XYZ18.459.0326.36-
YUV65.47171.2191.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.32%
GREEN value IS 5 (2.34% from 255) = 1.66%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=51.32%
G=1.66%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155514200.970.080.39305.293.7531.37
Hex9B58E0618271315e1f
Octal23352160141104746113637
Binary1001101110110001110011000011000100111100110001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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