#9F4AE5

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

Shades of Dark Orchid #9F4AE5

Tints of Dark Orchid #9F4AE5

Color information

#9F4AE5 (or 0x9F4AE5) is unknown color: approx Dark Orchid. HEX triplet: 9F, 4A and E5. RGB value is (159,74,229). Sum of RGB (Red+Green+Blue) = 159+74+229=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F4AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4AE5 is #60B51A. Grayscale: #747474. Windows color (decimal): -6337819 or 15026847. OLE color: 15026847.

HSL color Cylindrical-coordinate representation of color #9F4AE5: hue angle of 272.9º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F4AE5 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15974229-
CMYK0.310.6800.10
HSL272.9º74.88%59.41%-
HSV(B)272.9º67.69%89.8%-
XYZ30.8917.9375.96-
YUV117.08191.16157.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 74 (29.30% from 255) = 16.02%
BLUE value IS 229 (89.84% from 255) = 49.57%
R=34.42%
G=16.02%
B=49.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal159742290.310.6800.10272.974.8859.41
Hex9F4AE51F440A1114b3b
Octal2371123453710401242111373
Binary10011111100101011100101111111000100010101000100011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,74,229); }

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

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

 a { background-color: rgb(159,74,229); }

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

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

 span { border-color: rgb(159,74,229); }

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