#8E38B4

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

Shades of Dark Orchid #8E38B4

Tints of Dark Orchid #8E38B4

Color information

#8E38B4 (or 0x8E38B4) is unknown color: approx Dark Orchid. HEX triplet: 8E, 38 and B4. RGB value is (142,56,180). Sum of RGB (Red+Green+Blue) = 142+56+180=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E38B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E38B4 is #71C74B. Grayscale: #5F5F5F. Windows color (decimal): -7456588 or 11810958. OLE color: 11810958.

HSL color Cylindrical-coordinate representation of color #8E38B4: hue angle of 281.61º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E38B4 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14256180-
CMYK0.210.6900.29
HSL281.61º52.54%46.27%-
HSV(B)281.61º68.89%70.59%-
XYZ20.8111.8744.38-
YUV95.85175.49160.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 56 (22.27% from 255) = 14.81%
BLUE value IS 180 (70.70% from 255) = 47.62%
R=37.57%
G=14.81%
B=47.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142561800.210.6900.29281.6152.5446.27
Hex8E38B4154501D11a352e
Octal21670264251050354326556
Binary1000111011100010110100101011000101011101100011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E38B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,180); }

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

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

 a { background-color: rgb(142,56,180); }

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

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

 span { border-color: rgb(142,56,180); }

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