Html Css Color HEX #9A098F Dark Magenta

📋 copy color: '#9A098F'

red 154 ◦ green 9 ◦ blue 143

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

Shades of Dark Magenta #9A098F

Tints of Dark Magenta #9A098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.73%

R = 50.33%
G = 2.94%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#9A098F (or 0x9A098F) is known color: Dark Magenta. HEX triplet: 9A, 09 and 8F. RGB value is (154,9,143). Sum of RGB (Red+Green+Blue) = 154+9+143=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A098F is #65F670. Grayscale: #434343. Windows color (decimal): -6682225 or 9374106. OLE color: 9374106.

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

Color convert

RGB 154 9 143 -
CMYK 0 0.94 0.07 0.40
HSL 304.55º 0.89% 0.32% -
HSV(B) 304.55º 0.94% 0.6% -
XYZ 18.38 9.05 26.76 -
YUV 67.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 154 9 143 0 0.94 0.07 0.40 304.55 0.89 0.32
Hex 9A 9 8F 0 5E 7 28 131 59 20
Octal 232 11 217 0 136 7 50 461 131 40
Binary 10011010 1001 10001111 0 1011110 111 101000 100110001 1011001 100000

Color Harmonies of #9A098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A098F

Black with #9A098F

Text Example


Text Example

White with #9A098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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