#8D2ECB

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

Shades of Dark Orchid #8D2ECB

Tints of Dark Orchid #8D2ECB

Color information

#8D2ECB (or 0x8D2ECB) is unknown color: approx Dark Orchid. HEX triplet: 8D, 2E and CB. RGB value is (141,46,203). Sum of RGB (Red+Green+Blue) = 141+46+203=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D2ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2ECB is #72D134. Grayscale: #5B5B5B. Windows color (decimal): -7524661 or 13315725. OLE color: 13315725.

HSL color Cylindrical-coordinate representation of color #8D2ECB: hue angle of 276.31º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2ECB is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14146203-
CMYK0.310.7700.20
HSL276.31º63.05%48.82%-
HSV(B)276.31º77.34%79.61%-
XYZ22.7411.9357.6-
YUV92.3190.47162.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 46 (18.36% from 255) = 11.79%
BLUE value IS 203 (79.69% from 255) = 52.05%
R=36.15%
G=11.79%
B=52.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141462030.310.7700.20276.3163.0548.82
Hex8D2ECB1F4D0141143f31
Octal21556313371150244247761
Binary1000110110111011001011111111001101010100100010100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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