#9F41DD

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

Shades of Dark Orchid #9F41DD

Tints of Dark Orchid #9F41DD

Color information

#9F41DD (or 0x9F41DD) is unknown color: approx Dark Orchid. HEX triplet: 9F, 41 and DD. RGB value is (159,65,221). Sum of RGB (Red+Green+Blue) = 159+65+221=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F41DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F41DD is #60BE22. Grayscale: #6E6E6E. Windows color (decimal): -6340131 or 14500255. OLE color: 14500255.

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

Color convert

RGB15965221-
CMYK0.280.7100.13
HSL276.15º69.64%56.08%-
HSV(B)276.15º70.59%86.67%-
XYZ29.2416.3770.03-
YUV110.89190.14162.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 221 (86.72% from 255) = 49.66%
R=35.73%
G=14.61%
B=49.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal159652210.280.7100.13276.1569.6456.08
Hex9F41DD1C470D1144638
Octal2371013353410701542410670
Binary10011111100000111011101111001000111011011000101001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F41DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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