#8E25AD

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

Shades of Dark Orchid #8E25AD

Tints of Dark Orchid #8E25AD

Color information

#8E25AD (or 0x8E25AD) is unknown color: approx Dark Orchid. HEX triplet: 8E, 25 and AD. RGB value is (142,37,173). Sum of RGB (Red+Green+Blue) = 142+37+173=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E25AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E25AD is #71DA52. Grayscale: #535353. Windows color (decimal): -7461459 or 11347342. OLE color: 11347342.

HSL color Cylindrical-coordinate representation of color #8E25AD: hue angle of 286.32º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E25AD is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14237173-
CMYK0.180.7900.32
HSL286.32º64.76%41.18%-
HSV(B)286.32º78.61%67.84%-
XYZ19.3610.0940.46-
YUV83.9178.29169.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 37 (14.84% from 255) = 10.51%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=40.34%
G=10.51%
B=49.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142371730.180.7900.32286.3264.7641.18
Hex8E25AD124F02011e4129
Octal216452552211704043610151
Binary100011101001011010110110010100111101000001000111101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E25AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,37,173); }

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

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

 a { background-color: rgb(142,37,173); }

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

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

 span { border-color: rgb(142,37,173); }

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