#8A266E

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

Shades of Dark Purple #8A266E

Tints of Dark Purple #8A266E

Color information

#8A266E (or 0x8A266E) is unknown color: approx Dark Purple. HEX triplet: 8A, 26 and 6E. RGB value is (138,38,110). Sum of RGB (Red+Green+Blue) = 138+38+110=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A266E is #75D991. Grayscale: #4B4B4B. Windows color (decimal): -7723410 or 7218826. OLE color: 7218826.

HSL color Cylindrical-coordinate representation of color #8A266E: hue angle of 316.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A266E is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13838110-
CMYK00.720.200.46
HSL316.8º56.82%34.51%-
HSV(B)316.8º72.46%54.12%-
XYZ13.997.9215.54-
YUV76.11147.13172.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.25%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=48.25%
G=13.29%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383811000.720.200.46316.856.8234.51
Hex8A266E048142E13d3923
Octal21246156011024564757143
Binary1000101010011011011100100100010100101110100111101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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