#9F277E

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

Shades of Dark Purple #9F277E

Tints of Dark Purple #9F277E

Color information

#9F277E (or 0x9F277E) is unknown color: approx Dark Purple. HEX triplet: 9F, 27 and 7E. RGB value is (159,39,126). Sum of RGB (Red+Green+Blue) = 159+39+126=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F277E is #60D881. Grayscale: #545454. Windows color (decimal): -6346882 or 8267679. OLE color: 8267679.

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

Color convert

RGB15939126-
CMYK00.750.210.38
HSL316.5º60.61%38.82%-
HSV(B)316.5º75.47%62.35%-
XYZ18.7910.3320.74-
YUV84.8151.26180.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 39 (15.62% from 255) = 12.04%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=49.07%
G=12.04%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593912600.750.210.38316.560.6138.82
Hex9F277E04B152613c3d27
Octal23747176011325464747547
Binary1001111110011111111100100101110101100110100111100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F277E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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