#8E38D3

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

Shades of Dark Orchid #8E38D3

Tints of Dark Orchid #8E38D3

Color information

#8E38D3 (or 0x8E38D3) is unknown color: approx Dark Orchid. HEX triplet: 8E, 38 and D3. RGB value is (142,56,211). Sum of RGB (Red+Green+Blue) = 142+56+211=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 211 (82.81% from 255 or 51.59% from 409); Max value from RGB is 211 - color contains mainly: blue. Hex color #8E38D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E38D3 is #71C72C. Grayscale: #626262. Windows color (decimal): -7456557 or 13842574. OLE color: 13842574.

HSL color Cylindrical-coordinate representation of color #8E38D3: hue angle of 273.29º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E38D3 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14256211-
CMYK0.330.7300.17
HSL273.29º63.79%52.35%-
HSV(B)273.29º73.46%82.75%-
XYZ24.3313.2862.91-
YUV99.38190.99158.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.72%
GREEN value IS 56 (22.27% from 255) = 13.69%
BLUE value IS 211 (82.81% from 255) = 51.59%
R=34.72%
G=13.69%
B=51.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142562110.330.7300.17273.2963.7952.35
Hex8E38D321490111114034
Octal216703234111102142110064
Binary100011101110001101001110000110010010100011000100011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E38D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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