#9F217E

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

Shades of Dark Purple #9F217E

Tints of Dark Purple #9F217E

Color information

#9F217E (or 0x9F217E) is unknown color: approx Dark Purple. HEX triplet: 9F, 21 and 7E. RGB value is (159,33,126). Sum of RGB (Red+Green+Blue) = 159+33+126=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F217E is #60DE81. Grayscale: #515151. Windows color (decimal): -6348418 or 8266143. OLE color: 8266143.

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

Color convert

RGB15933126-
CMYK00.790.210.38
HSL315.71º65.62%37.65%-
HSV(B)315.71º79.25%62.35%-
XYZ18.619.9720.68-
YUV81.28153.24183.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 10.38%
BLUE value IS 126 (49.61% from 255) = 39.62%
R=50%
G=10.38%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593312600.790.210.38315.7165.6237.65
Hex9F217E04F152613c4226
Octal237411760117254647410246
Binary10011111100001111111001001111101011001101001111001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,33,126); }

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

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

 a { background-color: rgb(159,33,126); }

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

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

 span { border-color: rgb(159,33,126); }

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