#9C45DE

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

Shades of Dark Orchid #9C45DE

Tints of Dark Orchid #9C45DE

Color information

#9C45DE (or 0x9C45DE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 45 and DE. RGB value is (156,69,222). Sum of RGB (Red+Green+Blue) = 156+69+222=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C45DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C45DE is #63BA21. Grayscale: #6F6F6F. Windows color (decimal): -6535714 or 14566812. OLE color: 14566812.

HSL color Cylindrical-coordinate representation of color #9C45DE: hue angle of 274.12º degrees, saturation: 0.7, 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 #9C45DE is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15669222-
CMYK0.300.6900.13
HSL274.12º69.86%57.06%-
HSV(B)274.12º68.92%87.06%-
XYZ29.0216.670.78-
YUV112.45189.82159.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 69 (27.34% from 255) = 15.44%
BLUE value IS 222 (87.11% from 255) = 49.66%
R=34.90%
G=15.44%
B=49.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156692220.300.6900.13274.1269.8657.06
Hex9C45DE1E450D1124639
Octal2341053363610501542210671
Binary10011100100010111011110111101000101011011000100101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C45DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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