#8B2680

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

Shades of Dark Purple #8B2680

Tints of Dark Purple #8B2680

Color information

#8B2680 (or 0x8B2680) is unknown color: approx Dark Purple. HEX triplet: 8B, 26 and 80. RGB value is (139,38,128). Sum of RGB (Red+Green+Blue) = 139+38+128=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2680 is #74D97F. Grayscale: #4E4E4E. Windows color (decimal): -7657856 or 8398475. OLE color: 8398475.

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

Color convert

RGB13938128-
CMYK00.730.080.45
HSL306.53º57.06%34.71%-
HSV(B)306.53º72.66%54.51%-
XYZ15.248.4321.25-
YUV78.46155.96171.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 128 (50.39% from 255) = 41.97%
R=45.57%
G=12.46%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393812800.730.080.45306.5357.0634.71
Hex8B268004982D1333923
Octal21346200011110554637143
Binary1000101110011010000000010010011000101101100110011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,38,128); }

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

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

 a { background-color: rgb(139,38,128); }

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

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

 span { border-color: rgb(139,38,128); }

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