Html Css Color HEX #9F10AE Dark Magenta

📋 copy color: '#9F10AE'

red 159 ◦ green 16 ◦ blue 174

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

Shades of Dark Magenta #9F10AE

Tints of Dark Magenta #9F10AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 45.56%
G = 4.58%
B = 49.86%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F10AE (or 0x9F10AE) is known color: Dark Magenta. HEX triplet: 9F, 10 and AE. RGB value is (159,16,174). Sum of RGB (Red+Green+Blue) = 159+16+174=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F10AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F10AE is #60EF51. Grayscale: #4C4C4C. Windows color (decimal): -6352722 or 11407519. OLE color: 11407519.

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

Color convert

RGB 159 16 174 -
CMYK 0.09 0.91 0 0.32
HSL 294.3º 0.83% 0.37% -
HSV(B) 294.3º 0.91% 0.68% -
XYZ 22.12 10.8 40.96 -
YUV 76.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 159 16 174 0.09 0.91 0 0.32 294.3 0.83 0.37
Hex 9F 10 AE 9 5B 0 20 126 53 25
Octal 237 20 256 11 133 0 40 446 123 45
Binary 10011111 10000 10101110 1001 1011011 0 100000 100100110 1010011 100101

Color Harmonies of #9F10AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10AE

Black with #9F10AE

Text Example


Text Example

White with #9F10AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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