#8C43D0

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

Shades of Dark Orchid #8C43D0

Tints of Dark Orchid #8C43D0

Color information

#8C43D0 (or 0x8C43D0) is unknown color: approx Dark Orchid. HEX triplet: 8C, 43 and D0. RGB value is (140,67,208). Sum of RGB (Red+Green+Blue) = 140+67+208=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C43D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C43D0 is #73BC2F. Grayscale: #686868. Windows color (decimal): -7584816 or 13648780. OLE color: 13648780.

HSL color Cylindrical-coordinate representation of color #8C43D0: hue angle of 271.06º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C43D0 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14067208-
CMYK0.330.6800.18
HSL271.06º60%53.92%-
HSV(B)271.06º67.79%81.57%-
XYZ24.2114.1461.13-
YUV104.9186.18153.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.73%
GREEN value IS 67 (26.56% from 255) = 16.14%
BLUE value IS 208 (81.64% from 255) = 50.12%
R=33.73%
G=16.14%
B=50.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140672080.330.6800.18271.066053.92
Hex8C43D0214401210f3c36
Octal214103320411040224177466
Binary100011001000011110100001000011000100010010100001111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C43D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C43D0; }

 p { color: rgb(140,67,208); }

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

<style>
 a { background-color: #8C43D0; }

 a { background-color: rgb(140,67,208); }

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

<style>
 span { border-color: #8C43D0; }

 span { border-color: rgb(140,67,208); }

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