#9F147A

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

Shades of Dark Purple #9F147A

Tints of Dark Purple #9F147A

Color information

#9F147A (or 0x9F147A) is unknown color: approx Dark Purple. HEX triplet: 9F, 14 and 7A. RGB value is (159,20,122). Sum of RGB (Red+Green+Blue) = 159+20+122=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F147A is #60EB85. Grayscale: #484848. Windows color (decimal): -6351750 or 8000671. OLE color: 8000671.

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

Color convert

RGB15920122-
CMYK00.870.230.38
HSL315.97º77.65%35.1%-
HSV(B)315.97º87.42%62.35%-
XYZ18.069.2819.25-
YUV73.19155.55189.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.82%
GREEN value IS 20 (8.20% from 255) = 6.64%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=52.82%
G=6.64%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592012200.870.230.38315.9777.6535.1
Hex9F147A057172613c4e23
Octal237241720127274647411643
Binary1001111110100111101001010111101111001101001111001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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