Html Css Color HEX #9B119B Dark Magenta

📋 copy color: '#9B119B'

red 155 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #9B119B

Tints of Dark Magenta #9B119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.2%

 BLUE value IS 155 (60.94% from 255) = 47.4%

R = 47.4%
G = 5.2%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B119B (or 0x9B119B) is known color: Dark Magenta. HEX triplet: 9B, 11 and 9B. RGB value is (155,17,155). Sum of RGB (Red+Green+Blue) = 155+17+155=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B119B is #64EE64. Grayscale: #494949. Windows color (decimal): -6614629 or 10162587. OLE color: 10162587.

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

Color convert

RGB 155 17 155 -
CMYK 0 0.89 0 0.39
HSL 300º 0.8% 0.34% -
HSV(B) 300º 0.89% 0.61% -
XYZ 19.63 9.74 31.85 -
YUV 73.99 173.72 185.78 -
System Red Green Blue C M Y K H S L
Decimal 155 17 155 0 0.89 0 0.39 300 0.8 0.34
Hex 9B 11 9B 0 59 0 27 12C 50 22
Octal 233 21 233 0 131 0 47 454 120 42
Binary 10011011 10001 10011011 0 1011001 0 100111 100101100 1010000 100010

Color Harmonies of #9B119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B119B

Black with #9B119B

Text Example


Text Example

White with #9B119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,17,155); }

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

background-color css

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

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

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

border-color css

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

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

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