#8B3784

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

Shades of Dark Purple #8B3784

Tints of Dark Purple #8B3784

Color information

#8B3784 (or 0x8B3784) is unknown color: approx Dark Purple. HEX triplet: 8B, 37 and 84. RGB value is (139,55,132). Sum of RGB (Red+Green+Blue) = 139+55+132=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3784 is #74C87B. Grayscale: #585858. Windows color (decimal): -7653500 or 8664971. OLE color: 8664971.

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

Color convert

RGB13955132-
CMYK00.600.050.45
HSL305º43.3%38.04%-
HSV(B)305º60.43%54.51%-
XYZ16.189.8922.89-
YUV88.89152.33163.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 55 (21.88% from 255) = 16.87%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=42.64%
G=16.87%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395513200.600.050.4530543.338.04
Hex8B378403C52D1312b26
Octal213672040745554615346
Binary10001011110111100001000111100101101101100110001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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