#8D36BA

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

Shades of Dark Orchid #8D36BA

Tints of Dark Orchid #8D36BA

Color information

#8D36BA (or 0x8D36BA) is unknown color: approx Dark Orchid. HEX triplet: 8D, 36 and BA. RGB value is (141,54,186). Sum of RGB (Red+Green+Blue) = 141+54+186=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D36BA is #72C945. Grayscale: #5E5E5E. Windows color (decimal): -7522630 or 12203661. OLE color: 12203661.

HSL color Cylindrical-coordinate representation of color #8D36BA: hue angle of 279.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D36BA is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14154186-
CMYK0.240.7100.27
HSL279.55º55%47.06%-
HSV(B)279.55º70.97%72.94%-
XYZ21.1711.8547.63-
YUV95.06179.32160.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 54 (21.48% from 255) = 14.17%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=37.01%
G=14.17%
B=48.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141541860.240.7100.27279.555547.06
Hex8D36BA184701B118372f
Octal21566272301070334306757
Binary1000110111011010111010110001000111011011100011000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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