#8B3470

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

Shades of Dark Purple #8B3470

Tints of Dark Purple #8B3470

Color information

#8B3470 (or 0x8B3470) is unknown color: approx Dark Purple. HEX triplet: 8B, 34 and 70. RGB value is (139,52,112). Sum of RGB (Red+Green+Blue) = 139+52+112=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3470 is #74CB8F. Grayscale: #545454. Windows color (decimal): -7654288 or 7353483. OLE color: 7353483.

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

Color convert

RGB13952112-
CMYK00.630.190.45
HSL318.62º45.55%37.45%-
HSV(B)318.62º62.59%54.51%-
XYZ14.89.1116.31-
YUV84.85143.32166.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=45.87%
G=17.16%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395211200.630.190.45318.6245.5537.45
Hex8B347003F132D13f2e25
Octal2136416007723554775645
Binary100010111101001110000011111110011101101100111111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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