#8D34D1

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

Shades of Dark Orchid #8D34D1

Tints of Dark Orchid #8D34D1

Color information

#8D34D1 (or 0x8D34D1) is unknown color: approx Dark Orchid. HEX triplet: 8D, 34 and D1. RGB value is (141,52,209). Sum of RGB (Red+Green+Blue) = 141+52+209=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D34D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D34D1 is #72CB2E. Grayscale: #5F5F5F. Windows color (decimal): -7523119 or 13710477. OLE color: 13710477.

HSL color Cylindrical-coordinate representation of color #8D34D1: hue angle of 274.01º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D34D1 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14152209-
CMYK0.330.7500.18
HSL274.01º63.05%51.18%-
HSV(B)274.01º75.12%81.96%-
XYZ23.7212.7261.53-
YUV96.51191.49159.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 52 (20.70% from 255) = 12.94%
BLUE value IS 209 (82.03% from 255) = 51.99%
R=35.07%
G=12.94%
B=51.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141522090.330.7500.18274.0163.0551.18
Hex8D34D1214B0121123f33
Octal21564321411130224227763
Binary10001101110100110100011000011001011010010100010010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D34D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,52,209); }

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

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

 a { background-color: rgb(141,52,209); }

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

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

 span { border-color: rgb(141,52,209); }

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