#8B3379

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

Shades of Dark Purple #8B3379

Tints of Dark Purple #8B3379

Color information

#8B3379 (or 0x8B3379) is unknown color: approx Dark Purple. HEX triplet: 8B, 33 and 79. RGB value is (139,51,121). Sum of RGB (Red+Green+Blue) = 139+51+121=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3379 is #74CC86. Grayscale: #555555. Windows color (decimal): -7654535 or 7943051. OLE color: 7943051.

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

Color convert

RGB13951121-
CMYK00.630.130.45
HSL312.27º46.32%37.25%-
HSV(B)312.27º63.31%54.51%-
XYZ15.289.2419.07-
YUV85.29148.15166.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=44.69%
G=16.40%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395112100.630.130.45312.2746.3237.25
Hex8B337903FD2D1382e25
Octal2136317107715554705645
Binary10001011110011111100101111111101101101100111000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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