#8B2678

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

Shades of Dark Purple #8B2678

Tints of Dark Purple #8B2678

Color information

#8B2678 (or 0x8B2678) is unknown color: approx Dark Purple. HEX triplet: 8B, 26 and 78. RGB value is (139,38,120). Sum of RGB (Red+Green+Blue) = 139+38+120=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2678 is #74D987. Grayscale: #4D4D4D. Windows color (decimal): -7657864 or 7874187. OLE color: 7874187.

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

Color convert

RGB13938120-
CMYK00.730.140.45
HSL311.29º57.06%34.71%-
HSV(B)311.29º72.66%54.51%-
XYZ14.738.2318.58-
YUV77.55151.96171.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=46.80%
G=12.79%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393812000.730.140.45311.2957.0634.71
Hex8B2678049E2D1373923
Octal21346170011116554677143
Binary100010111001101111000010010011110101101100110111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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