#9F47E0

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

Shades of Dark Orchid #9F47E0

Tints of Dark Orchid #9F47E0

Color information

#9F47E0 (or 0x9F47E0) is unknown color: approx Dark Orchid. HEX triplet: 9F, 47 and E0. RGB value is (159,71,224). Sum of RGB (Red+Green+Blue) = 159+71+224=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #9F47E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47E0 is #60B81F. Grayscale: #727272. Windows color (decimal): -6338592 or 14698399. OLE color: 14698399.

HSL color Cylindrical-coordinate representation of color #9F47E0: hue angle of 274.51º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F47E0 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15971224-
CMYK0.290.6800.12
HSL274.51º71.16%57.84%-
HSV(B)274.51º68.3%87.84%-
XYZ30.0117.2672.27-
YUV114.75189.65159.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.02%
GREEN value IS 71 (28.12% from 255) = 15.64%
BLUE value IS 224 (87.89% from 255) = 49.34%
R=35.02%
G=15.64%
B=49.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal159712240.290.6800.12274.5171.1657.84
Hex9F47E01D440C113473a
Octal2371073403510401442310772
Binary10011111100011111100000111011000100011001000100111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F47E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,71,224); }

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

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

 a { background-color: rgb(159,71,224); }

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

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

 span { border-color: rgb(159,71,224); }

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