Html Css Color HEX #9A058C Dark Magenta

📋 copy color: '#9A058C'

red 154 ◦ green 5 ◦ blue 140

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

Shades of Dark Magenta #9A058C

Tints of Dark Magenta #9A058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 51.51%
G = 1.67%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#9A058C (or 0x9A058C) is known color: Dark Magenta. HEX triplet: 9A, 05 and 8C. RGB value is (154,5,140). Sum of RGB (Red+Green+Blue) = 154+5+140=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A058C is #65FA73. Grayscale: #404040. Windows color (decimal): -6683252 or 9176474. OLE color: 9176474.

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

Color convert

RGB 154 5 140 -
CMYK 0 0.97 0.09 0.40
HSL 305.64º 0.94% 0.31% -
HSV(B) 305.64º 0.97% 0.6% -
XYZ 18.11 8.87 25.57 -
YUV 64.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 154 5 140 0 0.97 0.09 0.40 305.64 0.94 0.31
Hex 9A 5 8C 0 61 9 28 132 5E 1F
Octal 232 5 214 0 141 11 50 462 136 37
Binary 10011010 101 10001100 0 1100001 1001 101000 100110010 1011110 11111

Color Harmonies of #9A058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A058C

Black with #9A058C

Text Example


Text Example

White with #9A058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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