Html Css Color HEX #9B038A Dark Magenta

📋 copy color: '#9B038A'

red 155 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #9B038A

Tints of Dark Magenta #9B038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 52.36%
G = 1.01%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B038A (or 0x9B038A) is known color: Dark Magenta. HEX triplet: 9B, 03 and 8A. RGB value is (155,3,138). Sum of RGB (Red+Green+Blue) = 155+3+138=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B038A is #64FC75. Grayscale: #3F3F3F. Windows color (decimal): -6618230 or 9044891. OLE color: 9044891.

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

Color convert

RGB 155 3 138 -
CMYK 0 0.98 0.11 0.39
HSL 306.71º 0.96% 0.31% -
HSV(B) 306.71º 0.98% 0.61% -
XYZ 18.14 8.87 24.8 -
YUV 63.84 169.86 193.02 -
System Red Green Blue C M Y K H S L
Decimal 155 3 138 0 0.98 0.11 0.39 306.71 0.96 0.31
Hex 9B 3 8A 0 62 B 27 133 60 1F
Octal 233 3 212 0 142 13 47 463 140 37
Binary 10011011 11 10001010 0 1100010 1011 100111 100110011 1100000 11111

Color Harmonies of #9B038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B038A

Black with #9B038A

Text Example


Text Example

White with #9B038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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