#8a26ae

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

Shades of Dark Orchid #8A26AE

Tints of Dark Orchid #8A26AE

Color information

#8A26AE (or 0x8A26AE) is unknown color: approx Dark Orchid. HEX triplet: 8A, 26 and AE. RGB value is (138,38,174). Sum of RGB (Red+Green+Blue) = 138+38+174=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A26AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A26AE is #75D951. Grayscale: #525252. Windows color (decimal): -7723346 or 11413130. OLE color: 11413130.

HSL color Cylindrical-coordinate representation of color #8A26AE: hue angle of 284.12º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A26AE is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13838174-
CMYK0.210.7800.32
HSL284.12º64.15%41.57%-
HSV(B)284.12º78.16%68.24%-
XYZ18.819.8540.95-
YUV83.4179.13166.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.43%
GREEN value IS 38 (15.23% from 255) = 10.86%
BLUE value IS 174 (68.36% from 255) = 49.71%
R=39.43%
G=10.86%
B=49.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138381740.210.7800.32284.1264.1541.57
Hex8A26AE154E02011c402a
Octal212462562511604043410052
Binary100010101001101010111010101100111001000001000111001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a26ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,38,174); }

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

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

 a { background-color: rgb(138,38,174); }

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

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

 span { border-color: rgb(138,38,174); }

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