Html Css Color HEX #9F209F Dark Magenta

📋 copy color: '#9F209F'

red 159 ◦ green 32 ◦ blue 159

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

Shades of Dark Magenta #9F209F

Tints of Dark Magenta #9F209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 45.43%
G = 9.14%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9F209F (or 0x9F209F) is known color: Dark Magenta. HEX triplet: 9F, 20 and 9F. RGB value is (159,32,159). Sum of RGB (Red+Green+Blue) = 159+32+159=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F209F is #60DF60. Grayscale: #545454. Windows color (decimal): -6348641 or 10428575. OLE color: 10428575.

HSL color Cylindrical-coordinate representation of color #9F209F: hue angle of 300º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F209F is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 32 159 -
CMYK 0 0.80 0 0.38
HSL 300º 0.66% 0.37% -
HSV(B) 300º 0.8% 0.62% -
XYZ 21.07 10.91 33.8 -
YUV 84.45 170.08 181.17 -
System Red Green Blue C M Y K H S L
Decimal 159 32 159 0 0.80 0 0.38 300 0.66 0.37
Hex 9F 20 9F 0 50 0 26 12C 42 25
Octal 237 40 237 0 120 0 46 454 102 45
Binary 10011111 100000 10011111 0 1010000 0 100110 100101100 1000010 100101

Color Harmonies of #9F209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F209F

Black with #9F209F

Text Example


Text Example

White with #9F209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,32,159); }

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

background-color css

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

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

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

border-color css

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

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

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