#8E38CF

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

Shades of Dark Orchid #8E38CF

Tints of Dark Orchid #8E38CF

Color information

#8E38CF (or 0x8E38CF) is unknown color: approx Dark Orchid. HEX triplet: 8E, 38 and CF. RGB value is (142,56,207). Sum of RGB (Red+Green+Blue) = 142+56+207=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E38CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E38CF is #71C730. Grayscale: #626262. Windows color (decimal): -7456561 or 13580430. OLE color: 13580430.

HSL color Cylindrical-coordinate representation of color #8E38CF: hue angle of 274.17º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E38CF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14256207-
CMYK0.310.7300.19
HSL274.17º61.13%51.57%-
HSV(B)274.17º72.95%81.18%-
XYZ23.8313.0860.3-
YUV98.93188.99158.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.06%
GREEN value IS 56 (22.27% from 255) = 13.83%
BLUE value IS 207 (81.25% from 255) = 51.11%
R=35.06%
G=13.83%
B=51.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142562070.310.7300.19274.1761.1351.57
Hex8E38CF1F490131123d34
Octal21670317371110234227564
Binary1000111011100011001111111111001001010011100010010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E38CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,207); }

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

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

 a { background-color: rgb(142,56,207); }

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

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

 span { border-color: rgb(142,56,207); }

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