Html Css Color HEX #9B0985 Dark Magenta

📋 copy color: '#9B0985'

red 155 ◦ green 9 ◦ blue 133

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

Shades of Dark Magenta #9B0985

Tints of Dark Magenta #9B0985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 52.19%
G = 3.03%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B0985 (or 0x9B0985) is known color: Dark Magenta. HEX triplet: 9B, 09 and 85. RGB value is (155,9,133). Sum of RGB (Red+Green+Blue) = 155+9+133=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0985 is #64F67A. Grayscale: #424242. Windows color (decimal): -6616699 or 8718747. OLE color: 8718747.

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

Color convert

RGB 155 9 133 -
CMYK 0 0.94 0.14 0.39
HSL 309.04º 0.89% 0.32% -
HSV(B) 309.04º 0.94% 0.61% -
XYZ 17.85 8.86 22.96 -
YUV 66.79 165.37 190.92 -
System Red Green Blue C M Y K H S L
Decimal 155 9 133 0 0.94 0.14 0.39 309.04 0.89 0.32
Hex 9B 9 85 0 5E E 27 135 59 20
Octal 233 11 205 0 136 16 47 465 131 40
Binary 10011011 1001 10000101 0 1011110 1110 100111 100110101 1011001 100000

Color Harmonies of #9B0985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0985

Black with #9B0985

Text Example


Text Example

White with #9B0985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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