#9F1E7A

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

Shades of Dark Purple #9F1E7A

Tints of Dark Purple #9F1E7A

Color information

#9F1E7A (or 0x9F1E7A) is unknown color: approx Dark Purple. HEX triplet: 9F, 1E and 7A. RGB value is (159,30,122). Sum of RGB (Red+Green+Blue) = 159+30+122=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E7A is #60E185. Grayscale: #4E4E4E. Windows color (decimal): -6349190 or 8003231. OLE color: 8003231.

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

Color convert

RGB15930122-
CMYK00.810.230.38
HSL317.21º68.25%37.06%-
HSV(B)317.21º81.13%62.35%-
XYZ18.289.719.32-
YUV79.06152.24185.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.13%
GREEN value IS 30 (12.11% from 255) = 9.65%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=51.13%
G=9.65%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593012200.810.230.38317.2168.2537.06
Hex9F1E7A051172613d4425
Octal237361720121274647510445
Binary1001111111110111101001010001101111001101001111011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,30,122); }

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

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

 a { background-color: rgb(159,30,122); }

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

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

 span { border-color: rgb(159,30,122); }

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