#9F25AF

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

Shades of Dark Orchid #9F25AF

Tints of Dark Orchid #9F25AF

Color information

#9F25AF (or 0x9F25AF) is unknown color: approx Dark Orchid. HEX triplet: 9F, 25 and AF. RGB value is (159,37,175). Sum of RGB (Red+Green+Blue) = 159+37+175=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F25AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F25AF is #60DA50. Grayscale: #585858. Windows color (decimal): -6347345 or 11478431. OLE color: 11478431.

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

Color convert

RGB15937175-
CMYK0.090.7900.31
HSL293.04º65.09%41.57%-
HSV(B)293.04º78.86%68.63%-
XYZ22.711.7941.64-
YUV89.21176.42177.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 37 (14.84% from 255) = 9.97%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=42.86%
G=9.97%
B=47.17%

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
Decimal159371750.090.7900.31293.0465.0941.57
Hex9F25AF94F01F125412a
Octal237452571111703744510152
Binary1001111110010110101111100110011110111111001001011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F25AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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