Html Css Color HEX #9B048B Dark Magenta

📋 copy color: '#9B048B'

red 155 ◦ green 4 ◦ blue 139

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

Shades of Dark Magenta #9B048B

Tints of Dark Magenta #9B048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 139 (54.69% from 255) = 46.64%

R = 52.01%
G = 1.34%
B = 46.64%

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

#9B048B (or 0x9B048B) is known color: Dark Magenta. HEX triplet: 9B, 04 and 8B. RGB value is (155,4,139). Sum of RGB (Red+Green+Blue) = 155+4+139=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B048B is #64FB74. Grayscale: #404040. Windows color (decimal): -6617973 or 9110683. OLE color: 9110683.

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

Color convert

RGB 155 4 139 -
CMYK 0 0.97 0.10 0.39
HSL 306.36º 0.95% 0.31% -
HSV(B) 306.36º 0.97% 0.61% -
XYZ 18.22 8.92 25.19 -
YUV 64.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 155 4 139 0 0.97 0.10 0.39 306.36 0.95 0.31
Hex 9B 4 8B 0 61 A 27 132 5F 1F
Octal 233 4 213 0 141 12 47 462 137 37
Binary 10011011 100 10001011 0 1100001 1010 100111 100110010 1011111 11111

Color Harmonies of #9B048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B048B

Black with #9B048B

Text Example


Text Example

White with #9B048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,4,139); }

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

background-color css

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

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

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

border-color css

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

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

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