Html Css Color HEX #9F1699 Dark Magenta

📋 copy color: '#9F1699'

red 159 ◦ green 22 ◦ blue 153

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

Shades of Dark Magenta #9F1699

Tints of Dark Magenta #9F1699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.59%

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 47.6%
G = 6.59%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F1699 (or 0x9F1699) is known color: Dark Magenta. HEX triplet: 9F, 16 and 99. RGB value is (159,22,153). Sum of RGB (Red+Green+Blue) = 159+22+153=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1699 is #60E966. Grayscale: #4D4D4D. Windows color (decimal): -6351207 or 10032799. OLE color: 10032799.

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

Color convert

RGB 159 22 153 -
CMYK 0 0.86 0.04 0.38
HSL 302.63º 0.76% 0.35% -
HSV(B) 302.63º 0.86% 0.62% -
XYZ 20.33 10.24 31.04 -
YUV 77.9 170.39 185.85 -
System Red Green Blue C M Y K H S L
Decimal 159 22 153 0 0.86 0.04 0.38 302.63 0.76 0.35
Hex 9F 16 99 0 56 4 26 12F 4C 23
Octal 237 26 231 0 126 4 46 457 114 43
Binary 10011111 10110 10011001 0 1010110 100 100110 100101111 1001100 100011

Color Harmonies of #9F1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1699

Black with #9F1699

Text Example


Text Example

White with #9F1699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,153); }

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

background-color css

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

 a { background-color: rgb(159,22,153); }

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

border-color css

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

 span { border-color: rgb(159,22,153); }

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