#8E3ABA

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

Shades of Dark Orchid #8E3ABA

Tints of Dark Orchid #8E3ABA

Color information

#8E3ABA (or 0x8E3ABA) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3A and BA. RGB value is (142,58,186). Sum of RGB (Red+Green+Blue) = 142+58+186=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E3ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3ABA is #71C545. Grayscale: #616161. Windows color (decimal): -7456070 or 12204686. OLE color: 12204686.

HSL color Cylindrical-coordinate representation of color #8E3ABA: hue angle of 279.38º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E3ABA is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14258186-
CMYK0.240.6900.27
HSL279.38º52.46%47.84%-
HSV(B)279.38º68.82%72.94%-
XYZ21.5312.3247.7-
YUV97.71177.83159.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.79%
GREEN value IS 58 (23.05% from 255) = 15.03%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=36.79%
G=15.03%
B=48.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142581860.240.6900.27279.3852.4647.84
Hex8E3ABA184501B1173430
Octal21672272301050334276460
Binary1000111011101010111010110001000101011011100010111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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