#9F2C84

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

Shades of Dark Purple #9F2C84

Tints of Dark Purple #9F2C84

Color information

#9F2C84 (or 0x9F2C84) is unknown color: approx Dark Purple. HEX triplet: 9F, 2C and 84. RGB value is (159,44,132). Sum of RGB (Red+Green+Blue) = 159+44+132=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2C84 is #60D37B. Grayscale: #585858. Windows color (decimal): -6345596 or 8662175. OLE color: 8662175.

HSL color Cylindrical-coordinate representation of color #9F2C84: hue angle of 314.09º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2C84 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB15944132-
CMYK00.720.170.38
HSL314.09º56.65%39.8%-
HSV(B)314.09º72.33%62.35%-
XYZ19.3610.8422.9-
YUV88.42152.6178.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 44 (17.58% from 255) = 13.13%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=47.46%
G=13.13%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594413200.720.170.38314.0956.6539.8
Hex9F2C84048112613a3928
Octal23754204011021464727150
Binary10011111101100100001000100100010001100110100111010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,44,132); }

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

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

 a { background-color: rgb(159,44,132); }

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

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

 span { border-color: rgb(159,44,132); }

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