#9f1c90

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

Shades of Dark Purple #9F1C90

Tints of Dark Purple #9F1C90

Color information

#9F1C90 (or 0x9F1C90) is unknown color: approx Dark Purple. HEX triplet: 9F, 1C and 90. RGB value is (159,28,144). Sum of RGB (Red+Green+Blue) = 159+28+144=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1C90 is #60E36F. Grayscale: #505050. Windows color (decimal): -6349680 or 9444511. OLE color: 9444511.

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

Color convert

RGB15928144-
CMYK00.820.090.38
HSL306.87º70.05%36.67%-
HSV(B)306.87º82.39%62.35%-
XYZ19.7510.2227.32-
YUV80.39163.9184.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.04%
GREEN value IS 28 (11.33% from 255) = 8.46%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=48.04%
G=8.46%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592814400.820.090.38306.8770.0536.67
Hex9F1C900529261334625
Octal237342200122114646310645
Binary1001111111100100100000101001010011001101001100111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f1c90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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