#8E25BA

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

Shades of Dark Orchid #8E25BA

Tints of Dark Orchid #8E25BA

Color information

#8E25BA (or 0x8E25BA) is unknown color: approx Dark Orchid. HEX triplet: 8E, 25 and BA. RGB value is (142,37,186). Sum of RGB (Red+Green+Blue) = 142+37+186=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E25BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E25BA is #71DA45. Grayscale: #545454. Windows color (decimal): -7461446 or 12199310. OLE color: 12199310.

HSL color Cylindrical-coordinate representation of color #8E25BA: hue angle of 282.28º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E25BA is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14237186-
CMYK0.240.8000.27
HSL282.28º66.82%43.73%-
HSV(B)282.28º80.11%72.94%-
XYZ20.6810.6247.41-
YUV85.38184.79168.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 37 (14.84% from 255) = 10.14%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=38.90%
G=10.14%
B=50.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142371860.240.8000.27282.2866.8243.73
Hex8E25BA185001B11a432c
Octal216452723012003343210354
Binary10001110100101101110101100010100000110111000110101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E25BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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