Html Css Color HEX #9F0398 Dark Magenta

📋 copy color: '#9F0398'

red 159 ◦ green 3 ◦ blue 152

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

Shades of Dark Magenta #9F0398

Tints of Dark Magenta #9F0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 152 (59.77% from 255) = 48.41%

R = 50.64%
G = 0.96%
B = 48.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F0398 (or 0x9F0398) is known color: Dark Magenta. HEX triplet: 9F, 03 and 98. RGB value is (159,3,152). Sum of RGB (Red+Green+Blue) = 159+3+152=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0398 is #60FC67. Grayscale: #424242. Windows color (decimal): -6356072 or 9962399. OLE color: 9962399.

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

Color convert

RGB 159 3 152 -
CMYK 0 0.98 0.04 0.38
HSL 302.69º 0.96% 0.32% -
HSV(B) 302.69º 0.98% 0.62% -
XYZ 20 9.7 30.52 -
YUV 66.63 176.18 193.88 -
System Red Green Blue C M Y K H S L
Decimal 159 3 152 0 0.98 0.04 0.38 302.69 0.96 0.32
Hex 9F 3 98 0 62 4 26 12F 60 20
Octal 237 3 230 0 142 4 46 457 140 40
Binary 10011111 11 10011000 0 1100010 100 100110 100101111 1100000 100000

Color Harmonies of #9F0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0398

Black with #9F0398

Text Example


Text Example

White with #9F0398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,3,152); }

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

background-color css

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

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

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

border-color css

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

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

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