#9F207A

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

Shades of Dark Purple #9F207A

Tints of Dark Purple #9F207A

Color information

#9F207A (or 0x9F207A) is unknown color: approx Dark Purple. HEX triplet: 9F, 20 and 7A. RGB value is (159,32,122). Sum of RGB (Red+Green+Blue) = 159+32+122=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F207A is #60DF85. Grayscale: #505050. Windows color (decimal): -6348678 or 8003743. OLE color: 8003743.

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

Color convert

RGB15932122-
CMYK00.800.230.38
HSL317.48º66.49%37.45%-
HSV(B)317.48º79.87%62.35%-
XYZ18.339.8119.34-
YUV80.23151.58184.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.80%
GREEN value IS 32 (12.89% from 255) = 10.22%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=50.80%
G=10.22%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593212200.800.230.38317.4866.4937.45
Hex9F207A050172613d4225
Octal237401720120274647510245
Binary10011111100000111101001010000101111001101001111011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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