#9F278C

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

Shades of Dark Purple #9F278C

Tints of Dark Purple #9F278C

Color information

#9F278C (or 0x9F278C) is unknown color: approx Dark Purple. HEX triplet: 9F, 27 and 8C. RGB value is (159,39,140). Sum of RGB (Red+Green+Blue) = 159+39+140=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F278C is #60D873. Grayscale: #565656. Windows color (decimal): -6346868 or 9185183. OLE color: 9185183.

HSL color Cylindrical-coordinate representation of color #9F278C: hue angle of 309.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 #9F278C is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15939140-
CMYK00.750.120.38
HSL309.5º60.61%38.82%-
HSV(B)309.5º75.47%62.35%-
XYZ19.7610.7225.84-
YUV86.39158.26179.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 39 (15.62% from 255) = 11.54%
BLUE value IS 140 (55.08% from 255) = 41.42%
R=47.04%
G=11.54%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593914000.750.120.38309.560.6138.82
Hex9F278C04BC261363d27
Octal23747214011314464667547
Binary1001111110011110001100010010111100100110100110110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F278C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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