Html Css Color HEX #9B0983 Dark Magenta

📋 copy color: '#9B0983'

red 155 ◦ green 9 ◦ blue 131

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

Shades of Dark Magenta #9B0983

Tints of Dark Magenta #9B0983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

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

R = 52.54%
G = 3.05%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B0983 (or 0x9B0983) is known color: Dark Magenta. HEX triplet: 9B, 09 and 83. RGB value is (155,9,131). Sum of RGB (Red+Green+Blue) = 155+9+131=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0983 is #64F67C. Grayscale: #424242. Windows color (decimal): -6616701 or 8587675. OLE color: 8587675.

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

Color convert

RGB 155 9 131 -
CMYK 0 0.94 0.15 0.39
HSL 309.86º 0.89% 0.32% -
HSV(B) 309.86º 0.94% 0.61% -
XYZ 17.71 8.8 22.24 -
YUV 66.56 164.37 191.08 -
System Red Green Blue C M Y K H S L
Decimal 155 9 131 0 0.94 0.15 0.39 309.86 0.89 0.32
Hex 9B 9 83 0 5E F 27 136 59 20
Octal 233 11 203 0 136 17 47 466 131 40
Binary 10011011 1001 10000011 0 1011110 1111 100111 100110110 1011001 100000

Color Harmonies of #9B0983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0983

Black with #9B0983

Text Example


Text Example

White with #9B0983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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