Html Css Color HEX #9F1A93 Dark Magenta

📋 copy color: '#9F1A93'

red 159 ◦ green 26 ◦ blue 147

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

Shades of Dark Magenta #9F1A93

Tints of Dark Magenta #9F1A93

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.83%

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 47.89%
G = 7.83%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F1A93 (or 0x9F1A93) is known color: Dark Magenta. HEX triplet: 9F, 1A and 93. RGB value is (159,26,147). Sum of RGB (Red+Green+Blue) = 159+26+147=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1A93 is #60E56C. Grayscale: #4F4F4F. Windows color (decimal): -6350189 or 9640607. OLE color: 9640607.

HSL color Cylindrical-coordinate representation of color #9F1A93: hue angle of 305.41º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A93 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 26 147 -
CMYK 0 0.84 0.08 0.38
HSL 305.41º 0.72% 0.36% -
HSV(B) 305.41º 0.84% 0.62% -
XYZ 19.93 10.22 28.53 -
YUV 79.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 159 26 147 0 0.84 0.08 0.38 305.41 0.72 0.36
Hex 9F 1A 93 0 54 8 26 131 48 24
Octal 237 32 223 0 124 10 46 461 110 44
Binary 10011111 11010 10010011 0 1010100 1000 100110 100110001 1001000 100100

Color Harmonies of #9F1A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1A93

Black with #9F1A93

Text Example


Text Example

White with #9F1A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,26,147); }

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

background-color css

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

 a { background-color: rgb(159,26,147); }

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

border-color css

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

 span { border-color: rgb(159,26,147); }

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