#8E2FC0

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

Shades of Dark Orchid #8E2FC0

Tints of Dark Orchid #8E2FC0

Color information

#8E2FC0 (or 0x8E2FC0) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2F and C0. RGB value is (142,47,192). Sum of RGB (Red+Green+Blue) = 142+47+192=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E2FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2FC0 is #71D03F. Grayscale: #5B5B5B. Windows color (decimal): -7458880 or 12595086. OLE color: 12595086.

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

Color convert

RGB14247192-
CMYK0.260.7600.25
HSL279.31º60.67%46.86%-
HSV(B)279.31º75.52%75.29%-
XYZ21.6911.5950.96-
YUV91.94184.47163.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 47 (18.75% from 255) = 12.34%
BLUE value IS 192 (75.39% from 255) = 50.39%
R=37.27%
G=12.34%
B=50.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142471920.260.7600.25279.3160.6746.86
Hex8E2FC01A4C0191173d2f
Octal21657300321140314277557
Binary1000111010111111000000110101001100011001100010111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,47,192); }

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

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

 a { background-color: rgb(142,47,192); }

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

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

 span { border-color: rgb(142,47,192); }

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