#8D2CC2

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

Shades of Dark Orchid #8D2CC2

Tints of Dark Orchid #8D2CC2

Color information

#8D2CC2 (or 0x8D2CC2) is unknown color: approx Dark Orchid. HEX triplet: 8D, 2C and C2. RGB value is (141,44,194). Sum of RGB (Red+Green+Blue) = 141+44+194=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #8D2CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2CC2 is #72D33D. Grayscale: #595959. Windows color (decimal): -7525182 or 12725389. OLE color: 12725389.

HSL color Cylindrical-coordinate representation of color #8D2CC2: hue angle of 278.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2CC2 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14144194-
CMYK0.270.7700.24
HSL278.8º63.03%46.67%-
HSV(B)278.8º77.32%76.08%-
XYZ21.6211.3652.09-
YUV90.1186.64164.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.20%
GREEN value IS 44 (17.58% from 255) = 11.61%
BLUE value IS 194 (76.17% from 255) = 51.19%
R=37.20%
G=11.61%
B=51.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141441940.270.7700.24278.863.0346.67
Hex8D2CC21B4D0181173f2f
Octal21554302331150304277757
Binary1000110110110011000010110111001101011000100010111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,44,194); }

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

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

 a { background-color: rgb(141,44,194); }

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

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

 span { border-color: rgb(141,44,194); }

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