#9F2590

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

Shades of Dark Purple #9F2590

Tints of Dark Purple #9F2590

Color information

#9F2590 (or 0x9F2590) is unknown color: approx Dark Purple. HEX triplet: 9F, 25 and 90. RGB value is (159,37,144). Sum of RGB (Red+Green+Blue) = 159+37+144=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2590 is #60DA6F. Grayscale: #555555. Windows color (decimal): -6347376 or 9446815. OLE color: 9446815.

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

Color convert

RGB15937144-
CMYK00.770.090.38
HSL307.38º62.24%38.43%-
HSV(B)307.38º76.73%62.35%-
XYZ19.9910.7127.4-
YUV85.68160.92180.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.76%
GREEN value IS 37 (14.84% from 255) = 10.88%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=46.76%
G=10.88%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593714400.770.090.38307.3862.2438.43
Hex9F259004D9261333e26
Octal23745220011511464637646
Binary1001111110010110010000010011011001100110100110011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,37,144); }

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

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

 a { background-color: rgb(159,37,144); }

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

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

 span { border-color: rgb(159,37,144); }

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