#9F4AD8

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

Shades of Dark Orchid #9F4AD8

Tints of Dark Orchid #9F4AD8

Color information

#9F4AD8 (or 0x9F4AD8) is unknown color: approx Dark Orchid. HEX triplet: 9F, 4A and D8. RGB value is (159,74,216). Sum of RGB (Red+Green+Blue) = 159+74+216=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #9F4AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4AD8 is #60B527. Grayscale: #737373. Windows color (decimal): -6337832 or 14174879. OLE color: 14174879.

HSL color Cylindrical-coordinate representation of color #9F4AD8: hue angle of 275.92º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F4AD8 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15974216-
CMYK0.260.6600.15
HSL275.92º64.55%56.86%-
HSV(B)275.92º65.74%84.71%-
XYZ29.1417.2366.75-
YUV115.6184.66158.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 216 (84.77% from 255) = 48.11%
R=35.41%
G=16.48%
B=48.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal159742160.260.6600.15275.9264.5556.86
Hex9F4AD81A420F1144139
Octal2371123303210201742410171
Binary10011111100101011011000110101000010011111000101001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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