#8D2EC6

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

Shades of Dark Orchid #8D2EC6

Tints of Dark Orchid #8D2EC6

Color information

#8D2EC6 (or 0x8D2EC6) is unknown color: approx Dark Orchid. HEX triplet: 8D, 2E and C6. RGB value is (141,46,198). Sum of RGB (Red+Green+Blue) = 141+46+198=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D2EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2EC6 is #72D139. Grayscale: #5B5B5B. Windows color (decimal): -7524666 or 12988045. OLE color: 12988045.

HSL color Cylindrical-coordinate representation of color #8D2EC6: hue angle of 277.5º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2EC6 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14146198-
CMYK0.290.7700.22
HSL277.5º62.3%47.84%-
HSV(B)277.5º76.77%77.65%-
XYZ22.1511.6954.52-
YUV91.73187.97163.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.62%
GREEN value IS 46 (18.36% from 255) = 11.95%
BLUE value IS 198 (77.73% from 255) = 51.43%
R=36.62%
G=11.95%
B=51.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141461980.290.7700.22277.562.347.84
Hex8D2EC61D4D0161163e30
Octal21556306351150264267660
Binary1000110110111011000110111011001101010110100010110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,46,198); }

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

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

 a { background-color: rgb(141,46,198); }

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

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

 span { border-color: rgb(141,46,198); }

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