#9F2498

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

Shades of Dark Purple #9F2498

Tints of Dark Purple #9F2498

Color information

#9F2498 (or 0x9F2498) is unknown color: approx Dark Purple. HEX triplet: 9F, 24 and 98. RGB value is (159,36,152). Sum of RGB (Red+Green+Blue) = 159+36+152=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2498 is #60DB67. Grayscale: #555555. Windows color (decimal): -6347624 or 9970847. OLE color: 9970847.

HSL color Cylindrical-coordinate representation of color #9F2498: hue angle of 303.41º 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 #9F2498 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15936152-
CMYK00.770.040.38
HSL303.41º63.08%38.24%-
HSV(B)303.41º77.36%62.35%-
XYZ20.610.930.72-
YUV86165.25180.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 36 (14.45% from 255) = 10.37%
BLUE value IS 152 (59.77% from 255) = 43.80%
R=45.82%
G=10.37%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593615200.770.040.38303.4163.0838.24
Hex9F249804D42612f3f26
Octal2374423001154464577746
Binary100111111001001001100001001101100100110100101111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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