#9C29C0

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

Shades of Dark Orchid #9C29C0

Tints of Dark Orchid #9C29C0

Color information

#9C29C0 (or 0x9C29C0) is unknown color: approx Dark Orchid. HEX triplet: 9C, 29 and C0. RGB value is (156,41,192). Sum of RGB (Red+Green+Blue) = 156+41+192=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C29C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C29C0 is #63D63F. Grayscale: #5C5C5C. Windows color (decimal): -6542912 or 12593564. OLE color: 12593564.

HSL color Cylindrical-coordinate representation of color #9C29C0: hue angle of 285.7º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C29C0 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15641192-
CMYK0.190.7900.25
HSL285.7º64.81%45.69%-
HSV(B)285.7º78.65%75.29%-
XYZ24.0212.4651.01-
YUV92.6184.1173.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.10%
GREEN value IS 41 (16.41% from 255) = 10.54%
BLUE value IS 192 (75.39% from 255) = 49.36%
R=40.10%
G=10.54%
B=49.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156411920.190.7900.25285.764.8145.69
Hex9C29C0134F01911e412e
Octal234513002311703143610156
Binary10011100101001110000001001110011110110011000111101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C29C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,41,192); }

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

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

 a { background-color: rgb(156,41,192); }

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

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

 span { border-color: rgb(156,41,192); }

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