Html Css Color HEX #9F0299 Dark Magenta

📋 copy color: '#9F0299'

red 159 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #9F0299

Tints of Dark Magenta #9F0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 50.64%
G = 0.64%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F0299 (or 0x9F0299) is known color: Dark Magenta. HEX triplet: 9F, 02 and 99. RGB value is (159,2,153). Sum of RGB (Red+Green+Blue) = 159+2+153=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0299 is #60FD66. Grayscale: #414141. Windows color (decimal): -6356327 or 10027679. OLE color: 10027679.

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

Color convert

RGB 159 2 153 -
CMYK 0 0.99 0.04 0.38
HSL 302.29º 0.98% 0.32% -
HSV(B) 302.29º 0.99% 0.62% -
XYZ 20.07 9.71 30.95 -
YUV 66.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 159 2 153 0 0.99 0.04 0.38 302.29 0.98 0.32
Hex 9F 2 99 0 63 4 26 12E 62 20
Octal 237 2 231 0 143 4 46 456 142 40
Binary 10011111 10 10011001 0 1100011 100 100110 100101110 1100010 100000

Color Harmonies of #9F0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0299

Black with #9F0299

Text Example


Text Example

White with #9F0299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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