#8E3FD0

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

Shades of Dark Orchid #8E3FD0

Tints of Dark Orchid #8E3FD0

Color information

#8E3FD0 (or 0x8E3FD0) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3F and D0. RGB value is (142,63,208). Sum of RGB (Red+Green+Blue) = 142+63+208=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E3FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3FD0 is #71C02F. Grayscale: #666666. Windows color (decimal): -7454768 or 13647758. OLE color: 13647758.

HSL color Cylindrical-coordinate representation of color #8E3FD0: hue angle of 272.69º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E3FD0 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14263208-
CMYK0.320.7000.18
HSL272.69º60.67%53.14%-
HSV(B)272.69º69.71%81.57%-
XYZ24.3213.8661.07-
YUV103.15187.17155.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.38%
GREEN value IS 63 (25% from 255) = 15.25%
BLUE value IS 208 (81.64% from 255) = 50.36%
R=34.38%
G=15.25%
B=50.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142632080.320.7000.18272.6960.6753.14
Hex8E3FD020460121113d35
Octal21677320401060224217565
Binary10001110111111110100001000001000110010010100010001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,63,208); }

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

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

 a { background-color: rgb(142,63,208); }

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

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

 span { border-color: rgb(142,63,208); }

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