#8B207F

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

Shades of Dark Purple #8B207F

Tints of Dark Purple #8B207F

Color information

#8B207F (or 0x8B207F) is unknown color: approx Dark Purple. HEX triplet: 8B, 20 and 7F. RGB value is (139,32,127). Sum of RGB (Red+Green+Blue) = 139+32+127=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B207F is #74DF80. Grayscale: #4A4A4A. Windows color (decimal): -7659393 or 8331403. OLE color: 8331403.

HSL color Cylindrical-coordinate representation of color #8B207F: hue angle of 306.73º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B207F is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB13932127-
CMYK00.770.090.45
HSL306.73º62.57%33.53%-
HSV(B)306.73º76.98%54.51%-
XYZ14.998.0520.84-
YUV74.82157.45173.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 127 (50% from 255) = 42.62%
R=46.64%
G=10.74%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393212700.770.090.45306.7362.5733.53
Hex8B207F04D92D1333f22
Octal21340177011511554637742
Binary100010111000001111111010011011001101101100110011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,32,127); }

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

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

 a { background-color: rgb(139,32,127); }

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

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

 span { border-color: rgb(139,32,127); }

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