Html Css Color HEX #9F0A8D Dark Magenta

📋 copy color: '#9F0A8D'

red 159 ◦ green 10 ◦ blue 141

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

Shades of Dark Magenta #9F0A8D

Tints of Dark Magenta #9F0A8D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.23%

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 51.29%
G = 3.23%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F0A8D (or 0x9F0A8D) is known color: Dark Magenta. HEX triplet: 9F, 0A and 8D. RGB value is (159,10,141). Sum of RGB (Red+Green+Blue) = 159+10+141=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0A8D is #60F572. Grayscale: #454545. Windows color (decimal): -6354291 or 9243295. OLE color: 9243295.

HSL color Cylindrical-coordinate representation of color #9F0A8D: hue angle of 307.25º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0A8D is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 10 141 -
CMYK 0 0.94 0.11 0.38
HSL 307.25º 0.88% 0.33% -
HSV(B) 307.25º 0.94% 0.62% -
XYZ 19.21 9.51 26.02 -
YUV 69.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 159 10 141 0 0.94 0.11 0.38 307.25 0.88 0.33
Hex 9F A 8D 0 5E B 26 133 58 21
Octal 237 12 215 0 136 13 46 463 130 41
Binary 10011111 1010 10001101 0 1011110 1011 100110 100110011 1011000 100001

Color Harmonies of #9F0A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0A8D

Black with #9F0A8D

Text Example


Text Example

White with #9F0A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,10,141); }

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

background-color css

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

 a { background-color: rgb(159,10,141); }

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

border-color css

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

 span { border-color: rgb(159,10,141); }

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