#9F44DD

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

Shades of Dark Orchid #9F44DD

Tints of Dark Orchid #9F44DD

Color information

#9F44DD (or 0x9F44DD) is unknown color: approx Dark Orchid. HEX triplet: 9F, 44 and DD. RGB value is (159,68,221). Sum of RGB (Red+Green+Blue) = 159+68+221=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F44DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F44DD is #60BB22. Grayscale: #707070. Windows color (decimal): -6339363 or 14501023. OLE color: 14501023.

HSL color Cylindrical-coordinate representation of color #9F44DD: hue angle of 275.69º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F44DD is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15968221-
CMYK0.280.6900.13
HSL275.69º69.23%56.67%-
HSV(B)275.69º69.23%86.67%-
XYZ29.4216.7370.08-
YUV112.65189.15161.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 68 (26.95% from 255) = 15.18%
BLUE value IS 221 (86.72% from 255) = 49.33%
R=35.49%
G=15.18%
B=49.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal159682210.280.6900.13275.6969.2356.67
Hex9F44DD1C450D1144539
Octal2371043353410501542410571
Binary10011111100010011011101111001000101011011000101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,68,221); }

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

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

 a { background-color: rgb(159,68,221); }

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

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

 span { border-color: rgb(159,68,221); }

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