Html Css Color HEX #9B188F Dark Magenta

📋 copy color: '#9B188F'

red 155 ◦ green 24 ◦ blue 143

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

Shades of Dark Magenta #9B188F

Tints of Dark Magenta #9B188F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.45%

 BLUE value IS 143 (56.25% from 255) = 44.41%

R = 48.14%
G = 7.45%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B188F (or 0x9B188F) is known color: Dark Magenta. HEX triplet: 9B, 18 and 8F. RGB value is (155,24,143). Sum of RGB (Red+Green+Blue) = 155+24+143=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B188F is #64E770. Grayscale: #4C4C4C. Windows color (decimal): -6612849 or 9377947. OLE color: 9377947.

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

Color convert

RGB 155 24 143 -
CMYK 0 0.85 0.08 0.39
HSL 305.5º 0.73% 0.35% -
HSV(B) 305.5º 0.85% 0.61% -
XYZ 18.8 9.61 26.85 -
YUV 76.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 155 24 143 0 0.85 0.08 0.39 305.5 0.73 0.35
Hex 9B 18 8F 0 55 8 27 131 49 23
Octal 233 30 217 0 125 10 47 461 111 43
Binary 10011011 11000 10001111 0 1010101 1000 100111 100110001 1001001 100011

Color Harmonies of #9B188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B188F

Black with #9B188F

Text Example


Text Example

White with #9B188F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,24,143); }

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

background-color css

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

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

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

border-color css

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

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

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