#8B3772

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

Shades of Dark Purple #8B3772

Tints of Dark Purple #8B3772

Color information

#8B3772 (or 0x8B3772) is unknown color: approx Dark Purple. HEX triplet: 8B, 37 and 72. RGB value is (139,55,114). Sum of RGB (Red+Green+Blue) = 139+55+114=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3772 is #74C88D. Grayscale: #565656. Windows color (decimal): -7653518 or 7485323. OLE color: 7485323.

HSL color Cylindrical-coordinate representation of color #8B3772: hue angle of 317.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B3772 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB13955114-
CMYK00.600.180.45
HSL317.86º43.3%38.04%-
HSV(B)317.86º60.43%54.51%-
XYZ15.059.4416.95-
YUV86.84143.33165.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 55 (21.88% from 255) = 17.86%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=45.13%
G=17.86%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395511400.600.180.45317.8643.338.04
Hex8B377203C122D13e2b26
Octal2136716207422554765346
Binary100010111101111110010011110010010101101100111110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,55,114); }

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

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

 a { background-color: rgb(139,55,114); }

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

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

 span { border-color: rgb(139,55,114); }

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