#8D3DCD

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

Shades of Dark Orchid #8D3DCD

Tints of Dark Orchid #8D3DCD

Color information

#8D3DCD (or 0x8D3DCD) is unknown color: approx Dark Orchid. HEX triplet: 8D, 3D and CD. RGB value is (141,61,205). Sum of RGB (Red+Green+Blue) = 141+61+205=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D3DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3DCD is #72C232. Grayscale: #646464. Windows color (decimal): -7520819 or 13450637. OLE color: 13450637.

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

Color convert

RGB14161205-
CMYK0.310.7000.20
HSL273.33º59.02%52.16%-
HSV(B)273.33º70.24%80.39%-
XYZ23.6713.4159.1-
YUV101.34186.5156.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.64%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=34.64%
G=14.99%
B=50.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141612050.310.7000.20273.3359.0252.16
Hex8D3DCD1F460141113b34
Octal21575315371060244217364
Binary1000110111110111001101111111000110010100100010001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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