#8E30AE

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

Shades of Dark Orchid #8E30AE

Tints of Dark Orchid #8E30AE

Color information

#8E30AE (or 0x8E30AE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 30 and AE. RGB value is (142,48,174). Sum of RGB (Red+Green+Blue) = 142+48+174=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E30AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E30AE is #71CF51. Grayscale: #5A5A5A. Windows color (decimal): -7458642 or 11415694. OLE color: 11415694.

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

Color convert

RGB14248174-
CMYK0.180.7200.32
HSL284.76º56.76%43.53%-
HSV(B)284.76º72.41%68.24%-
XYZ19.8510.9241.11-
YUV90.47175.14164.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 48 (19.14% from 255) = 13.19%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=39.01%
G=13.19%
B=47.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142481740.180.7200.32284.7656.7643.53
Hex8E30AE124802011d392c
Octal21660256221100404357154
Binary10001110110000101011101001010010000100000100011101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E30AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,174); }

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

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

 a { background-color: rgb(142,48,174); }

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

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

 span { border-color: rgb(142,48,174); }

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