#9C3CD9

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

Shades of Dark Orchid #9C3CD9

Tints of Dark Orchid #9C3CD9

Color information

#9C3CD9 (or 0x9C3CD9) is unknown color: approx Dark Orchid. HEX triplet: 9C, 3C and D9. RGB value is (156,60,217). Sum of RGB (Red+Green+Blue) = 156+60+217=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #9C3CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3CD9 is #63C326. Grayscale: #6A6A6A. Windows color (decimal): -6538023 or 14236828. OLE color: 14236828.

HSL color Cylindrical-coordinate representation of color #9C3CD9: hue angle of 276.69º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C3CD9 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15660217-
CMYK0.280.7200.15
HSL276.69º67.38%54.31%-
HSV(B)276.69º72.35%85.1%-
XYZ27.8515.3167.13-
YUV106.6190.3163.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 60 (23.83% from 255) = 13.86%
BLUE value IS 217 (85.16% from 255) = 50.12%
R=36.03%
G=13.86%
B=50.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156602170.280.7200.15276.6967.3854.31
Hex9C3CD91C480F1154336
Octal234743313411001742510366
Binary1001110011110011011001111001001000011111000101011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,60,217); }

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

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

 a { background-color: rgb(156,60,217); }

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

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

 span { border-color: rgb(156,60,217); }

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