#9C49CF

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

Shades of Dark Orchid #9C49CF

Tints of Dark Orchid #9C49CF

Color information

#9C49CF (or 0x9C49CF) is unknown color: approx Dark Orchid. HEX triplet: 9C, 49 and CF. RGB value is (156,73,207). Sum of RGB (Red+Green+Blue) = 156+73+207=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C49CF is #63B630. Grayscale: #707070. Windows color (decimal): -6534705 or 13584796. OLE color: 13584796.

HSL color Cylindrical-coordinate representation of color #9C49CF: hue angle of 277.16º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C49CF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15673207-
CMYK0.250.6500.19
HSL277.16º58.26%54.9%-
HSV(B)277.16º64.73%81.18%-
XYZ27.3616.3460.74-
YUV113.09181158.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 73 (28.91% from 255) = 16.74%
BLUE value IS 207 (81.25% from 255) = 47.48%
R=35.78%
G=16.74%
B=47.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal156732070.250.6500.19277.1658.2654.9
Hex9C49CF19410131153a37
Octal234111317311010234257267
Binary10011100100100111001111110011000001010011100010101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C49CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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