Html Css Color HEX #9B058D Dark Magenta

📋 copy color: '#9B058D'

red 155 ◦ green 5 ◦ blue 141

#9B058D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9B058D

Tints of Dark Magenta #9B058D

RGB

 RED value IS 155 (60.94% from 255) = 51.5%

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 51.5%
G = 1.66%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B058D (or 0x9B058D) is known color: Dark Magenta. HEX triplet: 9B, 05 and 8D. RGB value is (155,5,141). Sum of RGB (Red+Green+Blue) = 155+5+141=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B058D is #64FA72. Grayscale: #404040. Windows color (decimal): -6617715 or 9242011. OLE color: 9242011.

HSL color Cylindrical-coordinate representation of color #9B058D: hue angle of 305.6º 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 #9B058D is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 141 -
CMYK 0 0.97 0.09 0.39
HSL 305.6º 0.94% 0.31% -
HSV(B) 305.6º 0.97% 0.61% -
XYZ 18.38 9 25.97 -
YUV 65.35 170.7 191.94 -
System Red Green Blue C M Y K H S L
Decimal 155 5 141 0 0.97 0.09 0.39 305.6 0.94 0.31
Hex 9B 5 8D 0 61 9 27 132 5E 1F
Octal 233 5 215 0 141 11 47 462 136 37
Binary 10011011 101 10001101 0 1100001 1001 100111 100110010 1011110 11111

Color Harmonies of #9B058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B058D

Black with #9B058D

Text Example


Text Example

White with #9B058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B058D;
 }
 .AnyTagClassName
 {
   color: #9B058D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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