Html Css Color HEX #9F089C Dark Magenta

📋 copy color: '#9F089C'

red 159 ◦ green 8 ◦ blue 156

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

Shades of Dark Magenta #9F089C

Tints of Dark Magenta #9F089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

 BLUE value IS 156 (61.33% from 255) = 48.3%

R = 49.23%
G = 2.48%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9F089C (or 0x9F089C) is known color: Dark Magenta. HEX triplet: 9F, 08 and 9C. RGB value is (159,8,156). Sum of RGB (Red+Green+Blue) = 159+8+156=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F089C is #60F763. Grayscale: #454545. Windows color (decimal): -6354788 or 10225823. OLE color: 10225823.

HSL color Cylindrical-coordinate representation of color #9F089C: hue angle of 301.19º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F089C is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 8 156 -
CMYK 0 0.95 0.02 0.38
HSL 301.19º 0.9% 0.33% -
HSV(B) 301.19º 0.95% 0.62% -
XYZ 20.39 9.94 32.3 -
YUV 70.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 159 8 156 0 0.95 0.02 0.38 301.19 0.9 0.33
Hex 9F 8 9C 0 5F 2 26 12D 5A 21
Octal 237 10 234 0 137 2 46 455 132 41
Binary 10011111 1000 10011100 0 1011111 10 100110 100101101 1011010 100001

Color Harmonies of #9F089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F089C

Black with #9F089C

Text Example


Text Example

White with #9F089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,156); }

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

background-color css

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

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

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

border-color css

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

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

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