#8E3AC5

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

Shades of Dark Orchid #8E3AC5

Tints of Dark Orchid #8E3AC5

Color information

#8E3AC5 (or 0x8E3AC5) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3A and C5. RGB value is (142,58,197). Sum of RGB (Red+Green+Blue) = 142+58+197=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #8E3AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3AC5 is #71C53A. Grayscale: #626262. Windows color (decimal): -7456059 or 12925582. OLE color: 12925582.

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

Color convert

RGB14258197-
CMYK0.280.7100.23
HSL276.26º54.51%50%-
HSV(B)276.26º70.56%77.25%-
XYZ22.7512.8154.1-
YUV98.96183.33158.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 58 (23.05% from 255) = 14.61%
BLUE value IS 197 (77.34% from 255) = 49.62%
R=35.77%
G=14.61%
B=49.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142581970.280.7100.23276.2654.5150
Hex8E3AC51C470171143732
Octal21672305341070274246762
Binary1000111011101011000101111001000111010111100010100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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