#8B337C

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

Shades of Dark Purple #8B337C

Tints of Dark Purple #8B337C

Color information

#8B337C (or 0x8B337C) is unknown color: approx Dark Purple. HEX triplet: 8B, 33 and 7C. RGB value is (139,51,124). Sum of RGB (Red+Green+Blue) = 139+51+124=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B337C is #74CC83. Grayscale: #555555. Windows color (decimal): -7654532 or 8139659. OLE color: 8139659.

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

Color convert

RGB13951124-
CMYK00.630.110.45
HSL310.23º46.32%37.25%-
HSV(B)310.23º63.31%54.51%-
XYZ15.479.3120.05-
YUV85.63149.65166.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=44.27%
G=16.24%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395112400.630.110.45310.2346.3237.25
Hex8B337C03FB2D1362e25
Octal2136317407713554665645
Binary10001011110011111110001111111011101101100110110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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