#8e3bcd

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

Shades of Dark Orchid #8E3BCD

Tints of Dark Orchid #8E3BCD

Color information

#8E3BCD (or 0x8E3BCD) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3B and CD. RGB value is (142,59,205). Sum of RGB (Red+Green+Blue) = 142+59+205=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E3BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3BCD is #71C432. Grayscale: #636363. Windows color (decimal): -7455795 or 13450126. OLE color: 13450126.

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

Color convert

RGB14259205-
CMYK0.310.7100.20
HSL274.11º59.35%51.76%-
HSV(B)274.11º71.22%80.39%-
XYZ23.7413.2959.07-
YUV100.46187157.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 59 (23.44% from 255) = 14.53%
BLUE value IS 205 (80.47% from 255) = 50.49%
R=34.98%
G=14.53%
B=50.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142592050.310.7100.20274.1159.3551.76
Hex8E3BCD1F470141123b34
Octal21673315371070244227364
Binary1000111011101111001101111111000111010100100010010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e3bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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