Html Css Color HEX #9F00AC Dark Magenta

📋 copy color: '#9F00AC'

red 159 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #9F00AC

Tints of Dark Magenta #9F00AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 48.04%
G = 0%
B = 51.96%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F00AC (or 0x9F00AC) is known color: Dark Magenta. HEX triplet: 9F, 00 and AC. RGB value is (159,0,172). Sum of RGB (Red+Green+Blue) = 159+0+172=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F00AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F00AC is #60FF53. Grayscale: #424242. Windows color (decimal): -6356820 or 11272351. OLE color: 11272351.

HSL color Cylindrical-coordinate representation of color #9F00AC: hue angle of 295.47º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00AC is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 0 172 -
CMYK 0.08 1 0 0.33
HSL 295.47º 1% 0.34% -
HSV(B) 295.47º 1% 0.67% -
XYZ 21.74 10.35 39.88 -
YUV 67.15 187.18 193.51 -
System Red Green Blue C M Y K H S L
Decimal 159 0 172 0.08 1 0 0.33 295.47 1 0.34
Hex 9F 0 AC 8 64 0 21 127 64 22
Octal 237 0 254 10 144 0 41 447 144 42
Binary 10011111 0 10101100 1000 1100100 0 100001 100100111 1100100 100010

Color Harmonies of #9F00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F00AC

Black with #9F00AC

Text Example


Text Example

White with #9F00AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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