#8B277F

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

Shades of Dark Purple #8B277F

Tints of Dark Purple #8B277F

Color information

#8B277F (or 0x8B277F) is unknown color: approx Dark Purple. HEX triplet: 8B, 27 and 7F. RGB value is (139,39,127). Sum of RGB (Red+Green+Blue) = 139+39+127=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B277F is #74D880. Grayscale: #4E4E4E. Windows color (decimal): -7657601 or 8333195. OLE color: 8333195.

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

Color convert

RGB13939127-
CMYK00.720.090.45
HSL307.2º56.18%34.9%-
HSV(B)307.2º71.94%54.51%-
XYZ15.28.4720.91-
YUV78.93155.13170.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 39 (15.62% from 255) = 12.79%
BLUE value IS 127 (50% from 255) = 41.64%
R=45.57%
G=12.79%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393912700.720.090.45307.256.1834.9
Hex8B277F04892D1333823
Octal21347177011011554637043
Binary100010111001111111111010010001001101101100110011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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