#8E3DCD

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

Shades of Dark Orchid #8E3DCD

Tints of Dark Orchid #8E3DCD

Color information

#8E3DCD (or 0x8E3DCD) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3D and CD. RGB value is (142,61,205). Sum of RGB (Red+Green+Blue) = 142+61+205=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E3DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3DCD is #71C232. Grayscale: #656565. Windows color (decimal): -7455283 or 13450638. OLE color: 13450638.

HSL color Cylindrical-coordinate representation of color #8E3DCD: hue angle of 273.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E3DCD is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14261205-
CMYK0.310.7000.20
HSL273.75º59.02%52.16%-
HSV(B)273.75º70.24%80.39%-
XYZ23.8413.559.11-
YUV101.64186.34156.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.80%
GREEN value IS 61 (24.22% from 255) = 14.95%
BLUE value IS 205 (80.47% from 255) = 50.25%
R=34.80%
G=14.95%
B=50.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142612050.310.7000.20273.7559.0252.16
Hex8E3DCD1F460141123b34
Octal21675315371060244227364
Binary1000111011110111001101111111000110010100100010010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,61,205); }

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

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

 a { background-color: rgb(142,61,205); }

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

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

 span { border-color: rgb(142,61,205); }

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