#9C45DD

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

Shades of Dark Orchid #9C45DD

Tints of Dark Orchid #9C45DD

Color information

#9C45DD (or 0x9C45DD) is unknown color: approx Dark Orchid. HEX triplet: 9C, 45 and DD. RGB value is (156,69,221). Sum of RGB (Red+Green+Blue) = 156+69+221=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C45DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C45DD is #63BA22. Grayscale: #6F6F6F. Windows color (decimal): -6535715 or 14501276. OLE color: 14501276.

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

Color convert

RGB15669221-
CMYK0.290.6900.13
HSL274.34º69.09%56.86%-
HSV(B)274.34º68.78%86.67%-
XYZ28.8916.5470.08-
YUV112.34189.32159.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.98%
GREEN value IS 69 (27.34% from 255) = 15.47%
BLUE value IS 221 (86.72% from 255) = 49.55%
R=34.98%
G=15.47%
B=49.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156692210.290.6900.13274.3469.0956.86
Hex9C45DD1D450D1124539
Octal2341053353510501542210571
Binary10011100100010111011101111011000101011011000100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C45DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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