#8041C0

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

Shades of Dark Orchid #8041C0

Tints of Dark Orchid #8041C0

Color information

#8041C0 (or 0x8041C0) is unknown color: approx Dark Orchid. HEX triplet: 80, 41 and C0. RGB value is (128,65,192). Sum of RGB (Red+Green+Blue) = 128+65+192=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #8041C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041C0 is #7FBE3F. Grayscale: #616161. Windows color (decimal): -8371776 or 12599680. OLE color: 12599680.

HSL color Cylindrical-coordinate representation of color #8041C0: hue angle of 269.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8041C0 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12865192-
CMYK0.330.6600.25
HSL269.76º50.2%50.39%-
HSV(B)269.76º66.15%75.29%-
XYZ20.3112.1851.15-
YUV98.32180.87149.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 192 (75.39% from 255) = 49.87%
R=33.25%
G=16.88%
B=49.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128651920.330.6600.25269.7650.250.39
Hex8041C0214201910e3232
Octal200101300411020314166262
Binary100000001000001110000001000011000010011001100001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8041C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8041C0; }

 p { color: rgb(128,65,192); }

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

<style>
 a { background-color: #8041C0; }

 a { background-color: rgb(128,65,192); }

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

<style>
 span { border-color: #8041C0; }

 span { border-color: rgb(128,65,192); }

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