Html Css Color HEX #9F1495 Dark Magenta

📋 copy color: '#9F1495'

red 159 ◦ green 20 ◦ blue 149

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

Shades of Dark Magenta #9F1495

Tints of Dark Magenta #9F1495

RGB

 RED value IS 159 (62.5% from 255) = 48.48%

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

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 48.48%
G = 6.1%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F1495 (or 0x9F1495) is known color: Dark Magenta. HEX triplet: 9F, 14 and 95. RGB value is (159,20,149). Sum of RGB (Red+Green+Blue) = 159+20+149=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1495 is #60EB6A. Grayscale: #4B4B4B. Windows color (decimal): -6351723 or 9770143. OLE color: 9770143.

HSL color Cylindrical-coordinate representation of color #9F1495: hue angle of 304.32º degrees, saturation: 0.78, 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 #9F1495 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 20 149 -
CMYK 0 0.87 0.06 0.38
HSL 304.32º 0.78% 0.35% -
HSV(B) 304.32º 0.87% 0.62% -
XYZ 19.97 10.04 29.32 -
YUV 76.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 159 20 149 0 0.87 0.06 0.38 304.32 0.78 0.35
Hex 9F 14 95 0 57 6 26 130 4E 23
Octal 237 24 225 0 127 6 46 460 116 43
Binary 10011111 10100 10010101 0 1010111 110 100110 100110000 1001110 100011

Color Harmonies of #9F1495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1495

Black with #9F1495

Text Example


Text Example

White with #9F1495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,20,149); }

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

background-color css

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

 a { background-color: rgb(159,20,149); }

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

border-color css

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

 span { border-color: rgb(159,20,149); }

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