Html Css Color HEX #9A098D Dark Magenta

📋 copy color: '#9A098D'

red 154 ◦ green 9 ◦ blue 141

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

Shades of Dark Magenta #9A098D

Tints of Dark Magenta #9A098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 50.66%
G = 2.96%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A098D (or 0x9A098D) is known color: Dark Magenta. HEX triplet: 9A, 09 and 8D. RGB value is (154,9,141). Sum of RGB (Red+Green+Blue) = 154+9+141=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A098D is #65F672. Grayscale: #434343. Windows color (decimal): -6682227 or 9243034. OLE color: 9243034.

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

Color convert

RGB 154 9 141 -
CMYK 0 0.94 0.08 0.40
HSL 305.38º 0.89% 0.32% -
HSV(B) 305.38º 0.94% 0.6% -
XYZ 18.23 8.99 25.97 -
YUV 67.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 154 9 141 0 0.94 0.08 0.40 305.38 0.89 0.32
Hex 9A 9 8D 0 5E 8 28 131 59 20
Octal 232 11 215 0 136 10 50 461 131 40
Binary 10011010 1001 10001101 0 1011110 1000 101000 100110001 1011001 100000

Color Harmonies of #9A098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A098D

Black with #9A098D

Text Example


Text Example

White with #9A098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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