#8E26BC

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

Shades of Dark Orchid #8E26BC

Tints of Dark Orchid #8E26BC

Color information

#8E26BC (or 0x8E26BC) is unknown color: approx Dark Orchid. HEX triplet: 8E, 26 and BC. RGB value is (142,38,188). Sum of RGB (Red+Green+Blue) = 142+38+188=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E26BC is #71D943. Grayscale: #555555. Windows color (decimal): -7461188 or 12330638. OLE color: 12330638.

HSL color Cylindrical-coordinate representation of color #8E26BC: hue angle of 281.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E26BC is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14238188-
CMYK0.240.8000.26
HSL281.6º66.37%44.31%-
HSV(B)281.6º79.79%73.73%-
XYZ20.9310.7748.55-
YUV86.2185.46167.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 38 (15.23% from 255) = 10.33%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=38.59%
G=10.33%
B=51.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142381880.240.8000.26281.666.3744.31
Hex8E26BC185001A11a422c
Octal216462743012003243210254
Binary10001110100110101111001100010100000110101000110101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E26BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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