#8e26b5

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

Shades of Dark Orchid #8E26B5

Tints of Dark Orchid #8E26B5

Color information

#8E26B5 (or 0x8E26B5) is unknown color: approx Dark Orchid. HEX triplet: 8E, 26 and B5. RGB value is (142,38,181). Sum of RGB (Red+Green+Blue) = 142+38+181=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #8E26B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E26B5 is #71D94A. Grayscale: #545454. Windows color (decimal): -7461195 or 11871886. OLE color: 11871886.

HSL color Cylindrical-coordinate representation of color #8E26B5: hue angle of 283.64º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E26B5 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14238181-
CMYK0.220.7900.29
HSL283.64º65.3%42.94%-
HSV(B)283.64º79.01%70.98%-
XYZ20.1910.4744.67-
YUV85.4181.96168.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 38 (15.23% from 255) = 10.53%
BLUE value IS 181 (71.09% from 255) = 50.14%
R=39.34%
G=10.53%
B=50.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142381810.220.7900.29283.6465.342.94
Hex8E26B5164F01D11c412b
Octal216462652611703543410153
Binary10001110100110101101011011010011110111011000111001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e26b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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