#9F25AD

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

Shades of Dark Orchid #9F25AD

Tints of Dark Orchid #9F25AD

Color information

#9F25AD (or 0x9F25AD) is unknown color: approx Dark Orchid. HEX triplet: 9F, 25 and AD. RGB value is (159,37,173). Sum of RGB (Red+Green+Blue) = 159+37+173=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F25AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F25AD is #60DA52. Grayscale: #585858. Windows color (decimal): -6347347 or 11347359. OLE color: 11347359.

HSL color Cylindrical-coordinate representation of color #9F25AD: hue angle of 293.82º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F25AD is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15937173-
CMYK0.080.7900.32
HSL293.82º64.76%41.18%-
HSV(B)293.82º78.61%67.84%-
XYZ22.511.7140.61-
YUV88.98175.42177.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 37 (14.84% from 255) = 10.03%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=43.09%
G=10.03%
B=46.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159371730.080.7900.32293.8264.7641.18
Hex9F25AD84F0201264129
Octal237452551011704044610151
Binary10011111100101101011011000100111101000001001001101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F25AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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