Html Css Color HEX #9A058A Dark Magenta

📋 copy color: '#9A058A'

red 154 ◦ green 5 ◦ blue 138

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

Shades of Dark Magenta #9A058A

Tints of Dark Magenta #9A058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 51.85%
G = 1.68%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#9A058A (or 0x9A058A) is known color: Dark Magenta. HEX triplet: 9A, 05 and 8A. RGB value is (154,5,138). Sum of RGB (Red+Green+Blue) = 154+5+138=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A058A is #65FA75. Grayscale: #404040. Windows color (decimal): -6683254 or 9045402. OLE color: 9045402.

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

Color convert

RGB 154 5 138 -
CMYK 0 0.97 0.10 0.40
HSL 306.44º 0.94% 0.31% -
HSV(B) 306.44º 0.97% 0.6% -
XYZ 17.97 8.81 24.8 -
YUV 64.71 169.36 191.69 -
System Red Green Blue C M Y K H S L
Decimal 154 5 138 0 0.97 0.10 0.40 306.44 0.94 0.31
Hex 9A 5 8A 0 61 A 28 132 5E 1F
Octal 232 5 212 0 141 12 50 462 136 37
Binary 10011010 101 10001010 0 1100001 1010 101000 100110010 1011110 11111

Color Harmonies of #9A058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A058A

Black with #9A058A

Text Example


Text Example

White with #9A058A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,5,138); }

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

background-color css

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

 a { background-color: rgb(154,5,138); }

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

border-color css

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

 span { border-color: rgb(154,5,138); }

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