#9C39AE

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

Shades of Dark Orchid #9C39AE

Tints of Dark Orchid #9C39AE

Color information

#9C39AE (or 0x9C39AE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 39 and AE. RGB value is (156,57,174). Sum of RGB (Red+Green+Blue) = 156+57+174=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C39AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C39AE is #63C651. Grayscale: #636363. Windows color (decimal): -6538834 or 11418012. OLE color: 11418012.

HSL color Cylindrical-coordinate representation of color #9C39AE: hue angle of 290.77º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C39AE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15657174-
CMYK0.100.6700.32
HSL290.77º50.65%45.29%-
HSV(B)290.77º67.24%68.24%-
XYZ22.8113.0541.36-
YUV99.94169.8167.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 57 (22.66% from 255) = 14.73%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=40.31%
G=14.73%
B=44.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156571740.100.6700.32290.7750.6545.29
Hex9C39AEA43020123332d
Octal23471256121030404436355
Binary1001110011100110101110101010000110100000100100011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C39AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,57,174); }

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

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

 a { background-color: rgb(156,57,174); }

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

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

 span { border-color: rgb(156,57,174); }

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