#8B286A

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

Shades of Dark Purple #8B286A

Tints of Dark Purple #8B286A

Color information

#8B286A (or 0x8B286A) is unknown color: approx Dark Purple. HEX triplet: 8B, 28 and 6A. RGB value is (139,40,106). Sum of RGB (Red+Green+Blue) = 139+40+106=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B286A is #74D795. Grayscale: #4C4C4C. Windows color (decimal): -7657366 or 6957195. OLE color: 6957195.

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

Color convert

RGB13940106-
CMYK00.710.240.45
HSL320º55.31%35.1%-
HSV(B)320º71.22%54.51%-
XYZ14.018.0514.45-
YUV77.12144.3172.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=48.77%
G=14.04%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394010600.710.240.4532055.3135.1
Hex8B286A047182D1403723
Octal21350152010730555006743
Binary1000101110100011010100100011111000101101101000000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,40,106); }

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

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

 a { background-color: rgb(139,40,106); }

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

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

 span { border-color: rgb(139,40,106); }

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