#9F29DA

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

Shades of Dark Orchid #9F29DA

Tints of Dark Orchid #9F29DA

Color information

#9F29DA (or 0x9F29DA) is unknown color: approx Dark Orchid. HEX triplet: 9F, 29 and DA. RGB value is (159,41,218). Sum of RGB (Red+Green+Blue) = 159+41+218=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F29DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F29DA is #60D625. Grayscale: #5F5F5F. Windows color (decimal): -6346278 or 14297503. OLE color: 14297503.

HSL color Cylindrical-coordinate representation of color #9F29DA: hue angle of 280º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F29DA is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15941218-
CMYK0.270.8100.15
HSL280º70.52%50.78%-
HSV(B)280º81.19%85.49%-
XYZ27.7514.0267.57-
YUV96.46196.59172.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.04%
GREEN value IS 41 (16.41% from 255) = 9.81%
BLUE value IS 218 (85.55% from 255) = 52.15%
R=38.04%
G=9.81%
B=52.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal159412180.270.8100.1528070.5250.78
Hex9F29DA1B510F1184733
Octal237513323312101743010763
Binary1001111110100111011010110111010001011111000110001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F29DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,41,218); }

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

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

 a { background-color: rgb(159,41,218); }

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

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

 span { border-color: rgb(159,41,218); }

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