Html Css Color HEX #9B058C Dark Magenta

📋 copy color: '#9B058C'

red 155 ◦ green 5 ◦ blue 140

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

Shades of Dark Magenta #9B058C

Tints of Dark Magenta #9B058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.67%

R = 51.67%
G = 1.67%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B058C (or 0x9B058C) is known color: Dark Magenta. HEX triplet: 9B, 05 and 8C. RGB value is (155,5,140). Sum of RGB (Red+Green+Blue) = 155+5+140=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B058C is #64FA73. Grayscale: #404040. Windows color (decimal): -6617716 or 9176475. OLE color: 9176475.

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

Color convert

RGB 155 5 140 -
CMYK 0 0.97 0.10 0.39
HSL 306º 0.94% 0.31% -
HSV(B) 306º 0.97% 0.61% -
XYZ 18.31 8.97 25.58 -
YUV 65.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 155 5 140 0 0.97 0.10 0.39 306 0.94 0.31
Hex 9B 5 8C 0 61 A 27 132 5E 1F
Octal 233 5 214 0 141 12 47 462 136 37
Binary 10011011 101 10001100 0 1100001 1010 100111 100110010 1011110 11111

Color Harmonies of #9B058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B058C

Black with #9B058C

Text Example


Text Example

White with #9B058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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