#9c49d4

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

Shades of Dark Orchid #9C49D4

Tints of Dark Orchid #9C49D4

Color information

#9C49D4 (or 0x9C49D4) is unknown color: approx Dark Orchid. HEX triplet: 9C, 49 and D4. RGB value is (156,73,212). Sum of RGB (Red+Green+Blue) = 156+73+212=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C49D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C49D4 is #63B62B. Grayscale: #717171. Windows color (decimal): -6534700 or 13912476. OLE color: 13912476.

HSL color Cylindrical-coordinate representation of color #9C49D4: hue angle of 275.83º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C49D4 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15673212-
CMYK0.260.6600.17
HSL275.83º61.78%55.88%-
HSV(B)275.83º65.57%83.14%-
XYZ27.9816.5964.01-
YUV113.66183.5158.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.37%
GREEN value IS 73 (28.91% from 255) = 16.55%
BLUE value IS 212 (83.20% from 255) = 48.07%
R=35.37%
G=16.55%
B=48.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal156732120.260.6600.17275.8361.7855.88
Hex9C49D41A420111143e38
Octal234111324321020214247670
Binary10011100100100111010100110101000010010001100010100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c49d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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