#8E3CBD

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

Shades of Dark Orchid #8E3CBD

Tints of Dark Orchid #8E3CBD

Color information

#8E3CBD (or 0x8E3CBD) is unknown color: approx Dark Orchid. HEX triplet: 8E, 3C and BD. RGB value is (142,60,189). Sum of RGB (Red+Green+Blue) = 142+60+189=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E3CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3CBD is #71C342. Grayscale: #626262. Windows color (decimal): -7455555 or 12401806. OLE color: 12401806.

HSL color Cylindrical-coordinate representation of color #8E3CBD: hue angle of 278.14º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E3CBD is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14260189-
CMYK0.250.6800.26
HSL278.14º51.81%48.82%-
HSV(B)278.14º68.25%74.12%-
XYZ21.9612.6649.43-
YUV99.22178.67158.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 60 (23.83% from 255) = 15.35%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=36.32%
G=15.35%
B=48.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142601890.250.6800.26278.1451.8148.82
Hex8E3CBD194401A1163431
Octal21674275311040324266461
Binary1000111011110010111101110011000100011010100010110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,60,189); }

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

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

 a { background-color: rgb(142,60,189); }

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

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

 span { border-color: rgb(142,60,189); }

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