#8E38BC

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

Shades of Dark Orchid #8E38BC

Tints of Dark Orchid #8E38BC

Color information

#8E38BC (or 0x8E38BC) is unknown color: approx Dark Orchid. HEX triplet: 8E, 38 and BC. RGB value is (142,56,188). Sum of RGB (Red+Green+Blue) = 142+56+188=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E38BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E38BC is #71C743. Grayscale: #606060. Windows color (decimal): -7456580 or 12335246. OLE color: 12335246.

HSL color Cylindrical-coordinate representation of color #8E38BC: hue angle of 279.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E38BC is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14256188-
CMYK0.240.7000.26
HSL279.09º54.1%47.84%-
HSV(B)279.09º70.21%73.73%-
XYZ21.6512.2148.79-
YUV96.76179.49160.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.79%
GREEN value IS 56 (22.27% from 255) = 14.51%
BLUE value IS 188 (73.83% from 255) = 48.70%
R=36.79%
G=14.51%
B=48.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142561880.240.7000.26279.0954.147.84
Hex8E38BC184601A1173630
Octal21670274301060324276660
Binary1000111011100010111100110001000110011010100010111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E38BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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