#8E3AB7

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

Shades of Dark Orchid #8E3AB7

Tints of Dark Orchid #8E3AB7

Color information

#8E3AB7 (or 0x8E3AB7) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3A and B7. RGB value is (142,58,183). Sum of RGB (Red+Green+Blue) = 142+58+183=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #8E3AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3AB7 is #71C548. Grayscale: #606060. Windows color (decimal): -7456073 or 12008078. OLE color: 12008078.

HSL color Cylindrical-coordinate representation of color #8E3AB7: hue angle of 280.32º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E3AB7 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14258183-
CMYK0.220.6800.28
HSL280.32º51.87%47.25%-
HSV(B)280.32º68.31%71.76%-
XYZ21.2212.246.04-
YUV97.37176.33159.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 183 (71.88% from 255) = 47.78%
R=37.08%
G=15.14%
B=47.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal142581830.220.6800.28280.3251.8747.25
Hex8E3AB7164401C118342f
Octal21672267261040344306457
Binary1000111011101010110111101101000100011100100011000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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