#8B296E

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

Shades of Dark Purple #8B296E

Tints of Dark Purple #8B296E

Color information

#8B296E (or 0x8B296E) is unknown color: approx Dark Purple. HEX triplet: 8B, 29 and 6E. RGB value is (139,41,110). Sum of RGB (Red+Green+Blue) = 139+41+110=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B296E is #74D691. Grayscale: #4D4D4D. Windows color (decimal): -7657106 or 7219595. OLE color: 7219595.

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

Color convert

RGB13941110-
CMYK00.710.210.45
HSL317.76º54.44%35.29%-
HSV(B)317.76º70.5%54.51%-
XYZ14.258.215.58-
YUV78.17145.97171.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 41 (16.41% from 255) = 14.14%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=47.93%
G=14.14%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394111000.710.210.45317.7654.4435.29
Hex8B296E047152D13e3623
Octal21351156010725554766643
Binary1000101110100111011100100011110101101101100111110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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