Html Css Color HEX #9A097E Dark Magenta

📋 copy color: '#9A097E'

red 154 ◦ green 9 ◦ blue 126

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

Shades of Dark Magenta #9A097E

Tints of Dark Magenta #9A097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 53.29%
G = 3.11%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A097E (or 0x9A097E) is known color: Dark Magenta. HEX triplet: 9A, 09 and 7E. RGB value is (154,9,126). Sum of RGB (Red+Green+Blue) = 154+9+126=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A097E is #65F681. Grayscale: #414141. Windows color (decimal): -6682242 or 8259994. OLE color: 8259994.

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

Color convert

RGB 154 9 126 -
CMYK 0 0.94 0.18 0.40
HSL 311.59º 0.89% 0.32% -
HSV(B) 311.59º 0.94% 0.6% -
XYZ 17.19 8.57 20.49 -
YUV 65.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 154 9 126 0 0.94 0.18 0.40 311.59 0.89 0.32
Hex 9A 9 7E 0 5E 12 28 138 59 20
Octal 232 11 176 0 136 22 50 470 131 40
Binary 10011010 1001 1111110 0 1011110 10010 101000 100111000 1011001 100000

Color Harmonies of #9A097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A097E

Black with #9A097E

Text Example


Text Example

White with #9A097E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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