Html Css Color HEX #9A038A Dark Magenta

📋 copy color: '#9A038A'

red 154 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #9A038A

Tints of Dark Magenta #9A038A

RGB

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

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

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

R = 52.2%
G = 1.02%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#9A038A (or 0x9A038A) is known color: Dark Magenta. HEX triplet: 9A, 03 and 8A. RGB value is (154,3,138). Sum of RGB (Red+Green+Blue) = 154+3+138=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A038A is #65FC75. Grayscale: #3F3F3F. Windows color (decimal): -6683766 or 9044890. OLE color: 9044890.

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

Color convert

RGB 154 3 138 -
CMYK 0 0.98 0.10 0.40
HSL 306.36º 0.96% 0.31% -
HSV(B) 306.36º 0.98% 0.6% -
XYZ 17.95 8.77 24.79 -
YUV 63.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 154 3 138 0 0.98 0.10 0.40 306.36 0.96 0.31
Hex 9A 3 8A 0 62 A 28 132 60 1F
Octal 232 3 212 0 142 12 50 462 140 37
Binary 10011010 11 10001010 0 1100010 1010 101000 100110010 1100000 11111

Color Harmonies of #9A038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A038A

Black with #9A038A

Text Example


Text Example

White with #9A038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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