Html Css Color HEX #9B0998 Dark Magenta

📋 copy color: '#9B0998'

red 155 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #9B0998

Tints of Dark Magenta #9B0998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 49.05%
G = 2.85%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B0998 (or 0x9B0998) is known color: Dark Magenta. HEX triplet: 9B, 09 and 98. RGB value is (155,9,152). Sum of RGB (Red+Green+Blue) = 155+9+152=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0998 is #64F667. Grayscale: #444444. Windows color (decimal): -6616680 or 9963931. OLE color: 9963931.

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

Color convert

RGB 155 9 152 -
CMYK 0 0.94 0.02 0.39
HSL 301.23º 0.89% 0.32% -
HSV(B) 301.23º 0.94% 0.61% -
XYZ 19.28 9.43 30.51 -
YUV 68.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 155 9 152 0 0.94 0.02 0.39 301.23 0.89 0.32
Hex 9B 9 98 0 5E 2 27 12D 59 20
Octal 233 11 230 0 136 2 47 455 131 40
Binary 10011011 1001 10011000 0 1011110 10 100111 100101101 1011001 100000

Color Harmonies of #9B0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0998

Black with #9B0998

Text Example


Text Example

White with #9B0998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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