Html Css Color HEX #9F10AC Dark Magenta

📋 copy color: '#9F10AC'

red 159 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #9F10AC

Tints of Dark Magenta #9F10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.61%

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

R = 45.82%
G = 4.61%
B = 49.57%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F10AC (or 0x9F10AC) is known color: Dark Magenta. HEX triplet: 9F, 10 and AC. RGB value is (159,16,172). Sum of RGB (Red+Green+Blue) = 159+16+172=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F10AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F10AC is #60EF53. Grayscale: #4C4C4C. Windows color (decimal): -6352724 or 11276447. OLE color: 11276447.

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

Color convert

RGB 159 16 172 -
CMYK 0.08 0.91 0 0.33
HSL 295º 0.83% 0.37% -
HSV(B) 295º 0.91% 0.67% -
XYZ 21.93 10.72 39.94 -
YUV 76.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 159 16 172 0.08 0.91 0 0.33 295 0.83 0.37
Hex 9F 10 AC 8 5B 0 21 127 53 25
Octal 237 20 254 10 133 0 41 447 123 45
Binary 10011111 10000 10101100 1000 1011011 0 100001 100100111 1010011 100101

Color Harmonies of #9F10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10AC

Black with #9F10AC

Text Example


Text Example

White with #9F10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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