#9F24AF

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

Shades of Dark Orchid #9F24AF

Tints of Dark Orchid #9F24AF

Color information

#9F24AF (or 0x9F24AF) is unknown color: approx Dark Orchid. HEX triplet: 9F, 24 and AF. RGB value is (159,36,175). Sum of RGB (Red+Green+Blue) = 159+36+175=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F24AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F24AF is #60DB50. Grayscale: #585858. Windows color (decimal): -6347601 or 11478175. OLE color: 11478175.

HSL color Cylindrical-coordinate representation of color #9F24AF: hue angle of 293.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F24AF is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15936175-
CMYK0.090.7900.31
HSL293.09º65.88%41.37%-
HSV(B)293.09º79.43%68.63%-
XYZ22.6711.7341.63-
YUV88.62176.75178.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 36 (14.45% from 255) = 9.73%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=42.97%
G=9.73%
B=47.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159361750.090.7900.31293.0965.8841.37
Hex9F24AF94F01F1254229
Octal237442571111703744510251
Binary1001111110010010101111100110011110111111001001011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F24AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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