Html Css Color HEX #9D148F Dark Magenta

📋 copy color: '#9D148F'

red 157 ◦ green 20 ◦ blue 143

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

Shades of Dark Magenta #9D148F

Tints of Dark Magenta #9D148F

RGB

 RED value IS 157 (61.72% from 255) = 49.06%

 GREEN value IS 20 (8.2% from 255) = 6.25%

 BLUE value IS 143 (56.25% from 255) = 44.69%

R = 49.06%
G = 6.25%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9D148F (or 0x9D148F) is known color: Dark Magenta. HEX triplet: 9D, 14 and 8F. RGB value is (157,20,143). Sum of RGB (Red+Green+Blue) = 157+20+143=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D148F is #62EB70. Grayscale: #4A4A4A. Windows color (decimal): -6482801 or 9376925. OLE color: 9376925.

HSL color Cylindrical-coordinate representation of color #9D148F: hue angle of 306.13º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D148F is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 20 143 -
CMYK 0 0.87 0.09 0.38
HSL 306.13º 0.77% 0.35% -
HSV(B) 306.13º 0.87% 0.62% -
XYZ 19.11 9.65 26.84 -
YUV 74.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 157 20 143 0 0.87 0.09 0.38 306.13 0.77 0.35
Hex 9D 14 8F 0 57 9 26 132 4D 23
Octal 235 24 217 0 127 11 46 462 115 43
Binary 10011101 10100 10001111 0 1010111 1001 100110 100110010 1001101 100011

Color Harmonies of #9D148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D148F

Black with #9D148F

Text Example


Text Example

White with #9D148F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,20,143); }

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

background-color css

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

 a { background-color: rgb(157,20,143); }

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

border-color css

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

 span { border-color: rgb(157,20,143); }

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