#9F2093

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

Shades of Dark Purple #9F2093

Tints of Dark Purple #9F2093

Color information

#9F2093 (or 0x9F2093) is unknown color: approx Dark Purple. HEX triplet: 9F, 20 and 93. RGB value is (159,32,147). Sum of RGB (Red+Green+Blue) = 159+32+147=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2093 is #60DF6C. Grayscale: #525252. Windows color (decimal): -6348653 or 9642143. OLE color: 9642143.

HSL color Cylindrical-coordinate representation of color #9F2093: hue angle of 305.67º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2093 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15932147-
CMYK00.800.080.38
HSL305.67º66.49%37.45%-
HSV(B)305.67º79.87%62.35%-
XYZ20.0810.5128.57-
YUV83.08164.08182.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 32 (12.89% from 255) = 9.47%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=47.04%
G=9.47%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593214700.800.080.38305.6766.4937.45
Hex9F20930508261324225
Octal237402230120104646210245
Binary10011111100000100100110101000010001001101001100101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,32,147); }

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

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

 a { background-color: rgb(159,32,147); }

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

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

 span { border-color: rgb(159,32,147); }

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