#8B297E

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

Shades of Dark Purple #8B297E

Tints of Dark Purple #8B297E

Color information

#8B297E (or 0x8B297E) is unknown color: approx Dark Purple. HEX triplet: 8B, 29 and 7E. RGB value is (139,41,126). Sum of RGB (Red+Green+Blue) = 139+41+126=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B297E is #74D681. Grayscale: #4F4F4F. Windows color (decimal): -7657090 or 8268171. OLE color: 8268171.

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

Color convert

RGB13941126-
CMYK00.710.090.45
HSL307.96º54.44%35.29%-
HSV(B)307.96º70.5%54.51%-
XYZ15.218.5820.59-
YUV79.99153.97170.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 41 (16.41% from 255) = 13.40%
BLUE value IS 126 (49.61% from 255) = 41.18%
R=45.42%
G=13.40%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394112600.710.090.45307.9654.4435.29
Hex8B297E04792D1343623
Octal21351176010711554646643
Binary100010111010011111110010001111001101101100110100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B297E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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