Html Css Color HEX #9F0BAA Dark Magenta

📋 copy color: '#9F0BAA'

red 159 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #9F0BAA

Tints of Dark Magenta #9F0BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50%

R = 46.76%
G = 3.24%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F0BAA (or 0x9F0BAA) is known color: Dark Magenta. HEX triplet: 9F, 0B and AA. RGB value is (159,11,170). Sum of RGB (Red+Green+Blue) = 159+11+170=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F0BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0BAA is #60F455. Grayscale: #484848. Windows color (decimal): -6354006 or 11144095. OLE color: 11144095.

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

Color convert

RGB 159 11 170 -
CMYK 0.06 0.94 0 0.33
HSL 295.85º 0.88% 0.35% -
HSV(B) 295.85º 0.94% 0.67% -
XYZ 21.67 10.51 38.92 -
YUV 73.38 182.53 189.07 -
System Red Green Blue C M Y K H S L
Decimal 159 11 170 0.06 0.94 0 0.33 295.85 0.88 0.35
Hex 9F B AA 6 5E 0 21 128 58 23
Octal 237 13 252 6 136 0 41 450 130 43
Binary 10011111 1011 10101010 110 1011110 0 100001 100101000 1011000 100011

Color Harmonies of #9F0BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0BAA

Black with #9F0BAA

Text Example


Text Example

White with #9F0BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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