Html Css Color HEX #9B0383 Dark Magenta

📋 copy color: '#9B0383'

red 155 ◦ green 3 ◦ blue 131

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

Shades of Dark Magenta #9B0383

Tints of Dark Magenta #9B0383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.33%

R = 53.63%
G = 1.04%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B0383 (or 0x9B0383) is known color: Dark Magenta. HEX triplet: 9B, 03 and 83. RGB value is (155,3,131). Sum of RGB (Red+Green+Blue) = 155+3+131=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0383 is #64FC7C. Grayscale: #3E3E3E. Windows color (decimal): -6618237 or 8586139. OLE color: 8586139.

HSL color Cylindrical-coordinate representation of color #9B0383: hue angle of 309.47º 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 #9B0383 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 3 131 -
CMYK 0 0.98 0.15 0.39
HSL 309.47º 0.96% 0.31% -
HSV(B) 309.47º 0.98% 0.61% -
XYZ 17.65 8.67 22.22 -
YUV 63.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 155 3 131 0 0.98 0.15 0.39 309.47 0.96 0.31
Hex 9B 3 83 0 62 F 27 135 60 1F
Octal 233 3 203 0 142 17 47 465 140 37
Binary 10011011 11 10000011 0 1100010 1111 100111 100110101 1100000 11111

Color Harmonies of #9B0383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0383

Black with #9B0383

Text Example


Text Example

White with #9B0383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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