#9F0CAA

Color #9F0CAA Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9F0CAA

Tints of Dark Magenta #9F0CAA

Color information

#9F0CAA (or 0x9F0CAA) is unknown color: approx Dark Magenta. HEX triplet: 9F, 0C and AA. RGB value is (159,12,170). Sum of RGB (Red+Green+Blue) = 159+12+170=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0CAA is #60F355. Grayscale: #494949. Windows color (decimal): -6353750 or 11144351. OLE color: 11144351.

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

Color convert

RGB15912170-
CMYK0.060.9300.33
HSL295.82º86.81%35.69%-
HSV(B)295.82º92.94%66.67%-
XYZ21.6910.5438.92-
YUV73.96182.2188.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.63%
GREEN value IS 12 (5.08% from 255) = 3.52%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=46.63%
G=3.52%
B=49.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159121700.060.9300.33295.8286.8135.69
Hex9FCAA65D0211285724
Octal23714252613504145012744
Binary10011111110010101010110101110101000011001010001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F0CAA;
 }
 .AnyTagClassName
 {
   color: #9F0CAA;
 }
</style>
background-color css

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

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

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

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

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

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