#8d36d1

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

Shades of Dark Orchid #8D36D1

Tints of Dark Orchid #8D36D1

Color information

#8D36D1 (or 0x8D36D1) is unknown color: approx Dark Orchid. HEX triplet: 8D, 36 and D1. RGB value is (141,54,209). Sum of RGB (Red+Green+Blue) = 141+54+209=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D36D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D36D1 is #72C92E. Grayscale: #616161. Windows color (decimal): -7522607 or 13710989. OLE color: 13710989.

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

Color convert

RGB14154209-
CMYK0.330.7400.18
HSL273.68º62.75%51.57%-
HSV(B)273.68º74.16%81.96%-
XYZ23.8112.961.56-
YUV97.68190.82158.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 54 (21.48% from 255) = 13.37%
BLUE value IS 209 (82.03% from 255) = 51.73%
R=34.90%
G=13.37%
B=51.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141542090.330.7400.18273.6862.7551.57
Hex8D36D1214A0121123f34
Octal21566321411120224227764
Binary10001101110110110100011000011001010010010100010010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d36d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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