Html Css Color HEX #9A037E Dark Magenta

📋 copy color: '#9A037E'

red 154 ◦ green 3 ◦ blue 126

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

Shades of Dark Magenta #9A037E

Tints of Dark Magenta #9A037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 54.42%
G = 1.06%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A037E (or 0x9A037E) is known color: Dark Magenta. HEX triplet: 9A, 03 and 7E. RGB value is (154,3,126). Sum of RGB (Red+Green+Blue) = 154+3+126=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A037E is #65FC81. Grayscale: #3D3D3D. Windows color (decimal): -6683778 or 8258458. OLE color: 8258458.

HSL color Cylindrical-coordinate representation of color #9A037E: hue angle of 311.13º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A037E is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 3 126 -
CMYK 0 0.98 0.18 0.40
HSL 311.13º 0.96% 0.31% -
HSV(B) 311.13º 0.98% 0.6% -
XYZ 17.12 8.44 20.47 -
YUV 62.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 154 3 126 0 0.98 0.18 0.40 311.13 0.96 0.31
Hex 9A 3 7E 0 62 12 28 137 60 1F
Octal 232 3 176 0 142 22 50 467 140 37
Binary 10011010 11 1111110 0 1100010 10010 101000 100110111 1100000 11111

Color Harmonies of #9A037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A037E

Black with #9A037E

Text Example


Text Example

White with #9A037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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