#8B347E

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

Shades of Dark Purple #8B347E

Tints of Dark Purple #8B347E

Color information

#8B347E (or 0x8B347E) is unknown color: approx Dark Purple. HEX triplet: 8B, 34 and 7E. RGB value is (139,52,126). Sum of RGB (Red+Green+Blue) = 139+52+126=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B347E is #74CB81. Grayscale: #565656. Windows color (decimal): -7654274 or 8270987. OLE color: 8270987.

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

Color convert

RGB13952126-
CMYK00.630.090.45
HSL308.97º45.55%37.45%-
HSV(B)308.97º62.59%54.51%-
XYZ15.649.4520.74-
YUV86.45150.32165.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=43.85%
G=16.40%
B=39.75%

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
Decimal1395212600.630.090.45308.9745.5537.45
Hex8B347E03F92D1352e25
Octal2136417607711554655645
Binary10001011110100111111001111111001101101100110101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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