#8B2789

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

Shades of Dark Purple #8B2789

Tints of Dark Purple #8B2789

Color information

#8B2789 (or 0x8B2789) is unknown color: approx Dark Purple. HEX triplet: 8B, 27 and 89. RGB value is (139,39,137). Sum of RGB (Red+Green+Blue) = 139+39+137=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2789 is #74D876. Grayscale: #4F4F4F. Windows color (decimal): -7657591 or 8988555. OLE color: 8988555.

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

Color convert

RGB13939137-
CMYK00.720.010.45
HSL301.2º56.18%34.9%-
HSV(B)301.2º71.94%54.51%-
XYZ15.898.7524.52-
YUV80.07160.13170.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=44.13%
G=12.38%
B=43.49%

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
Decimal1393913700.720.010.45301.256.1834.9
Hex8B278904812D12d3823
Octal2134721101101554557043
Binary1000101110011110001001010010001101101100101101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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