Html Css Color HEX #9A0998 Dark Magenta

📋 copy color: '#9A0998'

red 154 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #9A0998

Tints of Dark Magenta #9A0998

RGB

 RED value IS 154 (60.55% from 255) = 48.89%

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

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

R = 48.89%
G = 2.86%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#9A0998 (or 0x9A0998) is known color: Dark Magenta. HEX triplet: 9A, 09 and 98. RGB value is (154,9,152). Sum of RGB (Red+Green+Blue) = 154+9+152=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0998 is #65F667. Grayscale: #444444. Windows color (decimal): -6682216 or 9963930. OLE color: 9963930.

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

Color convert

RGB 154 9 152 -
CMYK 0 0.94 0.01 0.40
HSL 300.83º 0.89% 0.32% -
HSV(B) 300.83º 0.94% 0.6% -
XYZ 19.09 9.33 30.5 -
YUV 68.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 154 9 152 0 0.94 0.01 0.40 300.83 0.89 0.32
Hex 9A 9 98 0 5E 1 28 12D 59 20
Octal 232 11 230 0 136 1 50 455 131 40
Binary 10011010 1001 10011000 0 1011110 1 101000 100101101 1011001 100000

Color Harmonies of #9A0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0998

Black with #9A0998

Text Example


Text Example

White with #9A0998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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