#8D37BE

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

Shades of Dark Orchid #8D37BE

Tints of Dark Orchid #8D37BE

Color information

#8D37BE (or 0x8D37BE) is unknown color: approx Dark Orchid. HEX triplet: 8D, 37 and BE. RGB value is (141,55,190). Sum of RGB (Red+Green+Blue) = 141+55+190=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D37BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D37BE is #72C841. Grayscale: #5F5F5F. Windows color (decimal): -7522370 or 12466061. OLE color: 12466061.

HSL color Cylindrical-coordinate representation of color #8D37BE: hue angle of 278.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D37BE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14155190-
CMYK0.260.7100.25
HSL278.22º55.1%48.04%-
HSV(B)278.22º71.05%74.51%-
XYZ21.6412.1149.91-
YUV96.1180.99160.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 55 (21.88% from 255) = 14.25%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=36.53%
G=14.25%
B=49.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141551900.260.7100.25278.2255.148.04
Hex8D37BE1A470191163730
Octal21567276321070314266760
Binary1000110111011110111110110101000111011001100010110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D37BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,55,190); }

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

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

 a { background-color: rgb(141,55,190); }

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

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

 span { border-color: rgb(141,55,190); }

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