#9F248E

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

Shades of Dark Purple #9F248E

Tints of Dark Purple #9F248E

Color information

#9F248E (or 0x9F248E) is unknown color: approx Dark Purple. HEX triplet: 9F, 24 and 8E. RGB value is (159,36,142). Sum of RGB (Red+Green+Blue) = 159+36+142=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F248E is #60DB71. Grayscale: #545454. Windows color (decimal): -6347634 or 9315487. OLE color: 9315487.

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

Color convert

RGB15936142-
CMYK00.770.110.38
HSL308.29º63.08%38.24%-
HSV(B)308.29º77.36%62.35%-
XYZ19.8110.5926.59-
YUV84.86160.25180.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.18%
GREEN value IS 36 (14.45% from 255) = 10.68%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=47.18%
G=10.68%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593614200.770.110.38308.2963.0838.24
Hex9F248E04DB261343f26
Octal23744216011513464647746
Binary1001111110010010001110010011011011100110100110100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,36,142); }

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

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

 a { background-color: rgb(159,36,142); }

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

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

 span { border-color: rgb(159,36,142); }

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