#8B276D

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

Shades of Dark Purple #8B276D

Tints of Dark Purple #8B276D

Color information

#8B276D (or 0x8B276D) is unknown color: approx Dark Purple. HEX triplet: 8B, 27 and 6D. RGB value is (139,39,109). Sum of RGB (Red+Green+Blue) = 139+39+109=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B276D is #74D892. Grayscale: #4C4C4C. Windows color (decimal): -7657619 or 7153547. OLE color: 7153547.

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

Color convert

RGB13939109-
CMYK00.720.220.45
HSL318º56.18%34.9%-
HSV(B)318º71.94%54.51%-
XYZ14.138.0415.28-
YUV76.88146.13172.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 39 (15.62% from 255) = 13.59%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=48.43%
G=13.59%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393910900.720.220.4531856.1834.9
Hex8B276D048162D13e3823
Octal21347155011026554767043
Binary1000101110011111011010100100010110101101100111110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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