#8b146b

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

Shades of Dark Purple #8B146B

Tints of Dark Purple #8B146B

Color information

#8B146B (or 0x8B146B) is unknown color: approx Dark Purple. HEX triplet: 8B, 14 and 6B. RGB value is (139,20,107). Sum of RGB (Red+Green+Blue) = 139+20+107=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B146B is #74EB94. Grayscale: #414141. Windows color (decimal): -7662485 or 7017611. OLE color: 7017611.

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

Color convert

RGB13920107-
CMYK00.860.230.45
HSL316.13º74.84%31.18%-
HSV(B)316.13º85.61%54.51%-
XYZ13.557.0514.56-
YUV65.5151.42180.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=52.26%
G=7.52%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392010700.860.230.45316.1374.8431.18
Hex8B146B056172D13c4b1f
Octal213241530126275547411337
Binary100010111010011010110101011010111101101100111100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b146b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,20,107); }

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

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

 a { background-color: rgb(139,20,107); }

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

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

 span { border-color: rgb(139,20,107); }

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