#8B337E

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

Shades of Dark Purple #8B337E

Tints of Dark Purple #8B337E

Color information

#8B337E (or 0x8B337E) is unknown color: approx Dark Purple. HEX triplet: 8B, 33 and 7E. RGB value is (139,51,126). Sum of RGB (Red+Green+Blue) = 139+51+126=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B337E is #74CC81. Grayscale: #555555. Windows color (decimal): -7654530 or 8270731. OLE color: 8270731.

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

Color convert

RGB13951126-
CMYK00.630.090.45
HSL308.86º46.32%37.25%-
HSV(B)308.86º63.31%54.51%-
XYZ15.69.3620.72-
YUV85.86150.65165.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.99%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 126 (49.61% from 255) = 39.87%
R=43.99%
G=16.14%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395112600.630.090.45308.8646.3237.25
Hex8B337E03F92D1352e25
Octal2136317607711554655645
Binary10001011110011111111001111111001101101100110101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B337E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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