#9F29C9

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

Shades of Dark Orchid #9F29C9

Tints of Dark Orchid #9F29C9

Color information

#9F29C9 (or 0x9F29C9) is unknown color: approx Dark Orchid. HEX triplet: 9F, 29 and C9. RGB value is (159,41,201). Sum of RGB (Red+Green+Blue) = 159+41+201=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #9F29C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F29C9 is #60D636. Grayscale: #5D5D5D. Windows color (decimal): -6346295 or 13183391. OLE color: 13183391.

HSL color Cylindrical-coordinate representation of color #9F29C9: hue angle of 284.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F29C9 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15941201-
CMYK0.210.8000.21
HSL284.25º66.12%47.45%-
HSV(B)284.25º79.6%78.82%-
XYZ25.6313.1756.45-
YUV94.52188.09173.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 41 (16.41% from 255) = 10.22%
BLUE value IS 201 (78.91% from 255) = 50.12%
R=39.65%
G=10.22%
B=50.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159412010.210.8000.21284.2566.1247.45
Hex9F29C9155001511c422f
Octal237513112512002543410257
Binary10011111101001110010011010110100000101011000111001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F29C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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