#8B278A

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

Shades of Dark Purple #8B278A

Tints of Dark Purple #8B278A

Color information

#8B278A (or 0x8B278A) is unknown color: approx Dark Purple. HEX triplet: 8B, 27 and 8A. RGB value is (139,39,138). Sum of RGB (Red+Green+Blue) = 139+39+138=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B278A is #74D875. Grayscale: #4F4F4F. Windows color (decimal): -7657590 or 9054091. OLE color: 9054091.

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

Color convert

RGB13939138-
CMYK00.720.010.45
HSL300.6º56.18%34.9%-
HSV(B)300.6º71.94%54.51%-
XYZ15.968.7724.9-
YUV80.19160.63169.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.99%
GREEN value IS 39 (15.62% from 255) = 12.34%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=43.99%
G=12.34%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393913800.720.010.45300.656.1834.9
Hex8B278A04812D12d3823
Octal2134721201101554557043
Binary1000101110011110001010010010001101101100101101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,39,138); }

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

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

 a { background-color: rgb(139,39,138); }

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

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

 span { border-color: rgb(139,39,138); }

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