#8D3DD5

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

Shades of Dark Orchid #8D3DD5

Tints of Dark Orchid #8D3DD5

Color information

#8D3DD5 (or 0x8D3DD5) is unknown color: approx Dark Orchid. HEX triplet: 8D, 3D and D5. RGB value is (141,61,213). Sum of RGB (Red+Green+Blue) = 141+61+213=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D3DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3DD5 is #72C22A. Grayscale: #656565. Windows color (decimal): -7520811 or 13974925. OLE color: 13974925.

HSL color Cylindrical-coordinate representation of color #8D3DD5: hue angle of 271.58º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3DD5 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14161213-
CMYK0.340.7100.16
HSL271.58º64.41%53.73%-
HSV(B)271.58º71.36%83.53%-
XYZ24.6613.864.32-
YUV102.25190.5155.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 61 (24.22% from 255) = 14.70%
BLUE value IS 213 (83.59% from 255) = 51.33%
R=33.98%
G=14.70%
B=51.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141612130.340.7100.16271.5864.4153.73
Hex8D3DD522470101104036
Octal215753254210702042010066
Binary100011011111011101010110001010001110100001000100001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,61,213); }

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

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

 a { background-color: rgb(141,61,213); }

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

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

 span { border-color: rgb(141,61,213); }

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