#8B3384

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

Shades of Dark Purple #8B3384

Tints of Dark Purple #8B3384

Color information

#8B3384 (or 0x8B3384) is unknown color: approx Dark Purple. HEX triplet: 8B, 33 and 84. RGB value is (139,51,132). Sum of RGB (Red+Green+Blue) = 139+51+132=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3384 is #74CC7B. Grayscale: #565656. Windows color (decimal): -7654524 or 8663947. OLE color: 8663947.

HSL color Cylindrical-coordinate representation of color #8B3384: hue angle of 304.77º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3384 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB13951132-
CMYK00.630.050.45
HSL304.77º46.32%37.25%-
HSV(B)304.77º63.31%54.51%-
XYZ169.5222.82-
YUV86.55153.65165.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=43.17%
G=15.84%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395113200.630.050.45304.7746.3237.25
Hex8B338403F52D1312e25
Octal213632040775554615645
Binary10001011110011100001000111111101101101100110001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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