#8E40C5

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

Shades of Dark Orchid #8E40C5

Tints of Dark Orchid #8E40C5

Color information

#8E40C5 (or 0x8E40C5) is unknown color: approx Dark Orchid. HEX triplet: 8E, 40 and C5. RGB value is (142,64,197). Sum of RGB (Red+Green+Blue) = 142+64+197=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #8E40C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E40C5 is #71BF3A. Grayscale: #666666. Windows color (decimal): -7454523 or 12927118. OLE color: 12927118.

HSL color Cylindrical-coordinate representation of color #8E40C5: hue angle of 275.19º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E40C5 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14264197-
CMYK0.280.6800.23
HSL275.19º53.41%51.18%-
HSV(B)275.19º67.51%77.25%-
XYZ23.0713.4554.2-
YUV102.48181.34156.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 197 (77.34% from 255) = 48.88%
R=35.24%
G=15.88%
B=48.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142641970.280.6800.23275.1953.4151.18
Hex8E40C51C440171133533
Octal216100305341040274236563
Binary10001110100000011000101111001000100010111100010011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E40C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,64,197); }

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

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

 a { background-color: rgb(142,64,197); }

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

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

 span { border-color: rgb(142,64,197); }

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