Html Css Color HEX #9F0BAC Dark Magenta

📋 copy color: '#9F0BAC'

red 159 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #9F0BAC

Tints of Dark Magenta #9F0BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.22%

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

R = 46.49%
G = 3.22%
B = 50.29%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F0BAC (or 0x9F0BAC) is known color: Dark Magenta. HEX triplet: 9F, 0B and AC. RGB value is (159,11,172). Sum of RGB (Red+Green+Blue) = 159+11+172=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F0BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0BAC is #60F453. Grayscale: #494949. Windows color (decimal): -6354004 or 11275167. OLE color: 11275167.

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

Color convert

RGB 159 11 172 -
CMYK 0.08 0.94 0 0.33
HSL 295.16º 0.88% 0.36% -
HSV(B) 295.16º 0.94% 0.67% -
XYZ 21.86 10.59 39.92 -
YUV 73.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 159 11 172 0.08 0.94 0 0.33 295.16 0.88 0.36
Hex 9F B AC 8 5E 0 21 127 58 24
Octal 237 13 254 10 136 0 41 447 130 44
Binary 10011111 1011 10101100 1000 1011110 0 100001 100100111 1011000 100100

Color Harmonies of #9F0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0BAC

Black with #9F0BAC

Text Example


Text Example

White with #9F0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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