#8A286C

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

Shades of Dark Purple #8A286C

Tints of Dark Purple #8A286C

Color information

#8A286C (or 0x8A286C) is unknown color: approx Dark Purple. HEX triplet: 8A, 28 and 6C. RGB value is (138,40,108). Sum of RGB (Red+Green+Blue) = 138+40+108=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A286C is #75D793. Grayscale: #4C4C4C. Windows color (decimal): -7722900 or 7088266. OLE color: 7088266.

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

Color convert

RGB13840108-
CMYK00.710.220.46
HSL318.37º55.06%34.9%-
HSV(B)318.37º71.01%54.12%-
XYZ13.95815-
YUV77.05145.47171.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.25%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=48.25%
G=13.99%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1384010800.710.220.46318.3755.0634.9
Hex8A286C047162E13e3723
Octal21250154010726564766743
Binary1000101010100011011000100011110110101110100111110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,40,108); }

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

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

 a { background-color: rgb(138,40,108); }

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

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

 span { border-color: rgb(138,40,108); }

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