Html Css Color HEX #9F0088 Dark Magenta

📋 copy color: '#9F0088'

red 159 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #9F0088

Tints of Dark Magenta #9F0088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 46.1%

R = 53.9%
G = 0%
B = 46.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F0088 (or 0x9F0088) is known color: Dark Magenta. HEX triplet: 9F, 00 and 88. RGB value is (159,0,136). Sum of RGB (Red+Green+Blue) = 159+0+136=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0088 is #60FF77. Grayscale: #3E3E3E. Windows color (decimal): -6356856 or 8913055. OLE color: 8913055.

HSL color Cylindrical-coordinate representation of color #9F0088: hue angle of 308.68º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0088 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 0 136 -
CMYK 0 1 0.14 0.38
HSL 308.68º 1% 0.31% -
HSV(B) 308.68º 1% 0.62% -
XYZ 18.74 9.15 24.07 -
YUV 63.05 169.18 196.44 -
System Red Green Blue C M Y K H S L
Decimal 159 0 136 0 1 0.14 0.38 308.68 1 0.31
Hex 9F 0 88 0 64 E 26 135 64 1F
Octal 237 0 210 0 144 16 46 465 144 37
Binary 10011111 0 10001000 0 1100100 1110 100110 100110101 1100100 11111

Color Harmonies of #9F0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0088

Black with #9F0088

Text Example


Text Example

White with #9F0088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,0,136); }

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

background-color css

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

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

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

border-color css

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

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

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