#9F2398

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

Shades of Dark Purple #9F2398

Tints of Dark Purple #9F2398

Color information

#9F2398 (or 0x9F2398) is unknown color: approx Dark Purple. HEX triplet: 9F, 23 and 98. RGB value is (159,35,152). Sum of RGB (Red+Green+Blue) = 159+35+152=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2398 is #60DC67. Grayscale: #555555. Windows color (decimal): -6347880 or 9970591. OLE color: 9970591.

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

Color convert

RGB15935152-
CMYK00.780.040.38
HSL303.39º63.92%38.04%-
HSV(B)303.39º77.99%62.35%-
XYZ20.5710.8430.71-
YUV85.41165.58180.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 35 (14.06% from 255) = 10.12%
BLUE value IS 152 (59.77% from 255) = 43.93%
R=45.95%
G=10.12%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593515200.780.040.38303.3963.9238.04
Hex9F239804E42612f4026
Octal23743230011644645710046
Binary1001111110001110011000010011101001001101001011111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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