Html Css Color HEX #9B0D8A Dark Magenta

📋 copy color: '#9B0D8A'

red 155 ◦ green 13 ◦ blue 138

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

Shades of Dark Magenta #9B0D8A

Tints of Dark Magenta #9B0D8A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.25%

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 50.65%
G = 4.25%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B0D8A (or 0x9B0D8A) is known color: Dark Magenta. HEX triplet: 9B, 0D and 8A. RGB value is (155,13,138). Sum of RGB (Red+Green+Blue) = 155+13+138=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0D8A is #64F275. Grayscale: #454545. Windows color (decimal): -6615670 or 9047451. OLE color: 9047451.

HSL color Cylindrical-coordinate representation of color #9B0D8A: hue angle of 307.18º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0D8A is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 13 138 -
CMYK 0 0.92 0.11 0.39
HSL 307.18º 0.85% 0.33% -
HSV(B) 307.18º 0.92% 0.61% -
XYZ 18.25 9.09 24.84 -
YUV 69.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 155 13 138 0 0.92 0.11 0.39 307.18 0.85 0.33
Hex 9B D 8A 0 5C B 27 133 55 21
Octal 233 15 212 0 134 13 47 463 125 41
Binary 10011011 1101 10001010 0 1011100 1011 100111 100110011 1010101 100001

Color Harmonies of #9B0D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0D8A

Black with #9B0D8A

Text Example


Text Example

White with #9B0D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,13,138); }

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

background-color css

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

 a { background-color: rgb(155,13,138); }

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

border-color css

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

 span { border-color: rgb(155,13,138); }

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