#8B276C

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

Shades of Dark Purple #8B276C

Tints of Dark Purple #8B276C

Color information

#8B276C (or 0x8B276C) is unknown color: approx Dark Purple. HEX triplet: 8B, 27 and 6C. RGB value is (139,39,108). Sum of RGB (Red+Green+Blue) = 139+39+108=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B276C is #74D893. Grayscale: #4C4C4C. Windows color (decimal): -7657620 or 7088011. OLE color: 7088011.

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

Color convert

RGB13939108-
CMYK00.720.220.45
HSL318.6º56.18%34.9%-
HSV(B)318.6º71.94%54.51%-
XYZ14.088.0214.99-
YUV76.77145.63172.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.60%
GREEN value IS 39 (15.62% from 255) = 13.64%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=48.60%
G=13.64%
B=37.76%

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
Decimal1393910800.720.220.45318.656.1834.9
Hex8B276C048162D13f3823
Octal21347154011026554777043
Binary1000101110011111011000100100010110101101100111111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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