#8B2778

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

Shades of Dark Purple #8B2778

Tints of Dark Purple #8B2778

Color information

#8B2778 (or 0x8B2778) is unknown color: approx Dark Purple. HEX triplet: 8B, 27 and 78. RGB value is (139,39,120). Sum of RGB (Red+Green+Blue) = 139+39+120=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2778 is #74D887. Grayscale: #4D4D4D. Windows color (decimal): -7657608 or 7874443. OLE color: 7874443.

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

Color convert

RGB13939120-
CMYK00.720.140.45
HSL311.4º56.18%34.9%-
HSV(B)311.4º71.94%54.51%-
XYZ14.768.318.59-
YUV78.13151.63171.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 120 (47.27% from 255) = 40.27%
R=46.64%
G=13.09%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393912000.720.140.45311.456.1834.9
Hex8B2778048E2D1373823
Octal21347170011016554677043
Binary100010111001111111000010010001110101101100110111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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