#8B3070

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

Shades of Dark Purple #8B3070

Tints of Dark Purple #8B3070

Color information

#8B3070 (or 0x8B3070) is unknown color: approx Dark Purple. HEX triplet: 8B, 30 and 70. RGB value is (139,48,112). Sum of RGB (Red+Green+Blue) = 139+48+112=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3070 is #74CF8F. Grayscale: #525252. Windows color (decimal): -7655312 or 7352459. OLE color: 7352459.

HSL color Cylindrical-coordinate representation of color #8B3070: hue angle of 317.8º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3070 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB13948112-
CMYK00.650.190.45
HSL317.8º48.66%36.67%-
HSV(B)317.8º65.47%54.51%-
XYZ14.638.7716.25-
YUV82.5144.65168.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=46.49%
G=16.05%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394811200.650.190.45317.848.6636.67
Hex8B3070041132D13e3125
Octal21360160010123554766145
Binary1000101111000011100000100000110011101101100111110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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