Html Css Color HEX #9A048B Dark Magenta

📋 copy color: '#9A048B'

red 154 ◦ green 4 ◦ blue 139

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

Shades of Dark Magenta #9A048B

Tints of Dark Magenta #9A048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

 BLUE value IS 139 (54.69% from 255) = 46.8%

R = 51.85%
G = 1.35%
B = 46.8%

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

#9A048B (or 0x9A048B) is known color: Dark Magenta. HEX triplet: 9A, 04 and 8B. RGB value is (154,4,139). Sum of RGB (Red+Green+Blue) = 154+4+139=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A048B is #65FB74. Grayscale: #3F3F3F. Windows color (decimal): -6683509 or 9110682. OLE color: 9110682.

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

Color convert

RGB 154 4 139 -
CMYK 0 0.97 0.10 0.40
HSL 306º 0.95% 0.31% -
HSV(B) 306º 0.97% 0.6% -
XYZ 18.03 8.82 25.18 -
YUV 64.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 154 4 139 0 0.97 0.10 0.40 306 0.95 0.31
Hex 9A 4 8B 0 61 A 28 132 5F 1F
Octal 232 4 213 0 141 12 50 462 137 37
Binary 10011010 100 10001011 0 1100001 1010 101000 100110010 1011111 11111

Color Harmonies of #9A048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A048B

Black with #9A048B

Text Example


Text Example

White with #9A048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,4,139); }

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

background-color css

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

 a { background-color: rgb(154,4,139); }

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

border-color css

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

 span { border-color: rgb(154,4,139); }

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