Html Css Color HEX #9B138D Dark Magenta

📋 copy color: '#9B138D'

red 155 ◦ green 19 ◦ blue 141

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

Shades of Dark Magenta #9B138D

Tints of Dark Magenta #9B138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

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

R = 49.21%
G = 6.03%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B138D (or 0x9B138D) is known color: Dark Magenta. HEX triplet: 9B, 13 and 8D. RGB value is (155,19,141). Sum of RGB (Red+Green+Blue) = 155+19+141=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B138D is #64EC72. Grayscale: #494949. Windows color (decimal): -6614131 or 9245595. OLE color: 9245595.

HSL color Cylindrical-coordinate representation of color #9B138D: hue angle of 306.18º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B138D is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 19 141 -
CMYK 0 0.88 0.09 0.39
HSL 306.18º 0.78% 0.34% -
HSV(B) 306.18º 0.88% 0.61% -
XYZ 18.56 9.36 26.03 -
YUV 73.57 166.06 186.08 -
System Red Green Blue C M Y K H S L
Decimal 155 19 141 0 0.88 0.09 0.39 306.18 0.78 0.34
Hex 9B 13 8D 0 58 9 27 132 4E 22
Octal 233 23 215 0 130 11 47 462 116 42
Binary 10011011 10011 10001101 0 1011000 1001 100111 100110010 1001110 100010

Color Harmonies of #9B138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B138D

Black with #9B138D

Text Example


Text Example

White with #9B138D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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