#9C39E0

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

Shades of Dark Orchid #9C39E0

Tints of Dark Orchid #9C39E0

Color information

#9C39E0 (or 0x9C39E0) is unknown color: approx Dark Orchid. HEX triplet: 9C, 39 and E0. RGB value is (156,57,224). Sum of RGB (Red+Green+Blue) = 156+57+224=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C39E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C39E0 is #63C61F. Grayscale: #696969. Windows color (decimal): -6538784 or 14694812. OLE color: 14694812.

HSL color Cylindrical-coordinate representation of color #9C39E0: hue angle of 275.57º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C39E0 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15657224-
CMYK0.300.7500.12
HSL275.57º72.93%55.1%-
HSV(B)275.57º74.55%87.84%-
XYZ28.6315.3871.98-
YUV105.64194.8163.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.70%
GREEN value IS 57 (22.66% from 255) = 13.04%
BLUE value IS 224 (87.89% from 255) = 51.26%
R=35.70%
G=13.04%
B=51.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal156572240.300.7500.12275.5772.9355.1
Hex9C39E01E4B0C1144937
Octal234713403611301442411167
Binary1001110011100111100000111101001011011001000101001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C39E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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