#8B196A

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

Shades of Dark Purple #8B196A

Tints of Dark Purple #8B196A

Color information

#8B196A (or 0x8B196A) is unknown color: approx Dark Purple. HEX triplet: 8B, 19 and 6A. RGB value is (139,25,106). Sum of RGB (Red+Green+Blue) = 139+25+106=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B196A is #74E695. Grayscale: #444444. Windows color (decimal): -7661206 or 6953355. OLE color: 6953355.

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

Color convert

RGB13925106-
CMYK00.820.240.45
HSL317.37º69.51%32.16%-
HSV(B)317.37º82.01%54.51%-
XYZ13.67.2214.31-
YUV68.32149.27178.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 25 (10.16% from 255) = 9.26%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=51.48%
G=9.26%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392510600.820.240.45317.3769.5132.16
Hex8B196A052182D13d4620
Octal213311520122305547510640
Binary1000101111001110101001010010110001011011001111011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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