#8E37BE

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

Shades of Dark Orchid #8E37BE

Tints of Dark Orchid #8E37BE

Color information

#8E37BE (or 0x8E37BE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 37 and BE. RGB value is (142,55,190). Sum of RGB (Red+Green+Blue) = 142+55+190=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E37BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E37BE is #71C841. Grayscale: #5F5F5F. Windows color (decimal): -7456834 or 12466062. OLE color: 12466062.

HSL color Cylindrical-coordinate representation of color #8E37BE: hue angle of 278.67º 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 #8E37BE is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14255190-
CMYK0.250.7100.25
HSL278.67º55.1%48.04%-
HSV(B)278.67º71.05%74.51%-
XYZ21.8212.249.92-
YUV96.4180.82160.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 55 (21.88% from 255) = 14.21%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=36.69%
G=14.21%
B=49.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142551900.250.7100.25278.6755.148.04
Hex8E37BE19470191173730
Octal21667276311070314276760
Binary1000111011011110111110110011000111011001100010111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E37BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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