#8D40CD

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

Shades of Dark Orchid #8D40CD

Tints of Dark Orchid #8D40CD

Color information

#8D40CD (or 0x8D40CD) is unknown color: approx Dark Orchid. HEX triplet: 8D, 40 and CD. RGB value is (141,64,205). Sum of RGB (Red+Green+Blue) = 141+64+205=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D40CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D40CD is #72BF32. Grayscale: #666666. Windows color (decimal): -7520051 or 13451405. OLE color: 13451405.

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

Color convert

RGB14164205-
CMYK0.310.6900.20
HSL272.77º58.51%52.75%-
HSV(B)272.77º68.78%80.39%-
XYZ23.8413.7459.15-
YUV103.1185.51155.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.39%
GREEN value IS 64 (25.39% from 255) = 15.61%
BLUE value IS 205 (80.47% from 255) = 50%
R=34.39%
G=15.61%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141642050.310.6900.20272.7758.5152.75
Hex8D40CD1F450141113b35
Octal215100315371050244217365
Binary10001101100000011001101111111000101010100100010001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D40CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,205); }

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

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

 a { background-color: rgb(141,64,205); }

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

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

 span { border-color: rgb(141,64,205); }

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