#8B286C

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

Shades of Dark Purple #8B286C

Tints of Dark Purple #8B286C

Color information

#8B286C (or 0x8B286C) is unknown color: approx Dark Purple. HEX triplet: 8B, 28 and 6C. RGB value is (139,40,108). Sum of RGB (Red+Green+Blue) = 139+40+108=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B286C is #74D793. Grayscale: #4D4D4D. Windows color (decimal): -7657364 or 7088267. OLE color: 7088267.

HSL color Cylindrical-coordinate representation of color #8B286C: hue angle of 318.79º 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 #8B286C is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB13940108-
CMYK00.710.220.45
HSL318.79º55.31%35.1%-
HSV(B)318.79º71.22%54.51%-
XYZ14.118.0915-
YUV77.35145.3171.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=48.43%
G=13.94%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394010800.710.220.45318.7955.3135.1
Hex8B286C047162D13f3723
Octal21350154010726554776743
Binary1000101110100011011000100011110110101101100111111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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