#8D36B2

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

Shades of Dark Orchid #8D36B2

Tints of Dark Orchid #8D36B2

Color information

#8D36B2 (or 0x8D36B2) is unknown color: approx Dark Orchid. HEX triplet: 8D, 36 and B2. RGB value is (141,54,178). Sum of RGB (Red+Green+Blue) = 141+54+178=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #8D36B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D36B2 is #72C94D. Grayscale: #5D5D5D. Windows color (decimal): -7522638 or 11679373. OLE color: 11679373.

HSL color Cylindrical-coordinate representation of color #8D36B2: hue angle of 282.1º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D36B2 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14154178-
CMYK0.210.7000.30
HSL282.1º53.45%45.49%-
HSV(B)282.1º69.66%69.8%-
XYZ20.3411.5243.27-
YUV94.15175.32161.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.80%
GREEN value IS 54 (21.48% from 255) = 14.48%
BLUE value IS 178 (69.92% from 255) = 47.72%
R=37.80%
G=14.48%
B=47.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141541780.210.7000.30282.153.4545.49
Hex8D36B2154601E11a352d
Octal21566262251060364326555
Binary1000110111011010110010101011000110011110100011010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D36B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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