#8B156A

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

Shades of Dark Purple #8B156A

Tints of Dark Purple #8B156A

Color information

#8B156A (or 0x8B156A) is unknown color: approx Dark Purple. HEX triplet: 8B, 15 and 6A. RGB value is (139,21,106). Sum of RGB (Red+Green+Blue) = 139+21+106=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B156A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B156A is #74EA95. Grayscale: #414141. Windows color (decimal): -7662230 or 6952331. OLE color: 6952331.

HSL color Cylindrical-coordinate representation of color #8B156A: hue angle of 316.78º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B156A is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB13921106-
CMYK00.850.240.45
HSL316.78º73.75%31.37%-
HSV(B)316.78º84.89%54.51%-
XYZ13.527.0714.29-
YUV65.97150.59180.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=52.26%
G=7.89%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392110600.850.240.45316.7873.7531.37
Hex8B156A055182D13d4a1f
Octal213251520125305547511237
Binary100010111010111010100101010111000101101100111101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,21,106); }

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

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

 a { background-color: rgb(139,21,106); }

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

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

 span { border-color: rgb(139,21,106); }

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