#8E39CF

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

Shades of Dark Orchid #8E39CF

Tints of Dark Orchid #8E39CF

Color information

#8E39CF (or 0x8E39CF) is unknown color: approx Dark Orchid. HEX triplet: 8E, 39 and CF. RGB value is (142,57,207). Sum of RGB (Red+Green+Blue) = 142+57+207=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E39CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E39CF is #71C630. Grayscale: #626262. Windows color (decimal): -7456305 or 13580686. OLE color: 13580686.

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

Color convert

RGB14257207-
CMYK0.310.7200.19
HSL274º60.98%51.76%-
HSV(B)274º72.46%81.18%-
XYZ23.8813.1860.32-
YUV99.52188.66158.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 57 (22.66% from 255) = 14.04%
BLUE value IS 207 (81.25% from 255) = 50.99%
R=34.98%
G=14.04%
B=50.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142572070.310.7200.1927460.9851.76
Hex8E39CF1F480131123d34
Octal21671317371100234227564
Binary1000111011100111001111111111001000010011100010010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E39CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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