#9c49dd

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

Shades of Dark Orchid #9C49DD

Tints of Dark Orchid #9C49DD

Color information

#9C49DD (or 0x9C49DD) is unknown color: approx Dark Orchid. HEX triplet: 9C, 49 and DD. RGB value is (156,73,221). Sum of RGB (Red+Green+Blue) = 156+73+221=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C49DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C49DD is #63B622. Grayscale: #727272. Windows color (decimal): -6534691 or 14502300. OLE color: 14502300.

HSL color Cylindrical-coordinate representation of color #9C49DD: hue angle of 273.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C49DD is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15673221-
CMYK0.290.6700.13
HSL273.65º68.52%57.65%-
HSV(B)273.65º66.97%86.67%-
XYZ29.1417.0570.16-
YUV114.69188157.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 73 (28.91% from 255) = 16.22%
BLUE value IS 221 (86.72% from 255) = 49.11%
R=34.67%
G=16.22%
B=49.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156732210.290.6700.13273.6568.5257.65
Hex9C49DD1D430D112453a
Octal2341113353510301542210572
Binary10011100100100111011101111011000011011011000100101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c49dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,73,221); }

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

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

 a { background-color: rgb(156,73,221); }

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

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

 span { border-color: rgb(156,73,221); }

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