#8B167E

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

Shades of Dark Purple #8B167E

Tints of Dark Purple #8B167E

Color information

#8B167E (or 0x8B167E) is unknown color: approx Dark Purple. HEX triplet: 8B, 16 and 7E. RGB value is (139,22,126). Sum of RGB (Red+Green+Blue) = 139+22+126=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B167E is #74E981. Grayscale: #444444. Windows color (decimal): -7661954 or 8263307. OLE color: 8263307.

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

Color convert

RGB13922126-
CMYK00.840.090.45
HSL306.67º72.67%31.57%-
HSV(B)306.67º84.17%54.51%-
XYZ14.77.5720.42-
YUV68.84160.26178.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 126 (49.61% from 255) = 43.90%
R=48.43%
G=7.67%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392212600.840.090.45306.6772.6731.57
Hex8B167E05492D1334920
Octal213261760124115546311140
Binary100010111011011111100101010010011011011001100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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