#8B197E

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

Shades of Dark Purple #8B197E

Tints of Dark Purple #8B197E

Color information

#8B197E (or 0x8B197E) is unknown color: approx Dark Purple. HEX triplet: 8B, 19 and 7E. RGB value is (139,25,126). Sum of RGB (Red+Green+Blue) = 139+25+126=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B197E is #74E681. Grayscale: #464646. Windows color (decimal): -7661186 or 8264075. OLE color: 8264075.

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

Color convert

RGB13925126-
CMYK00.820.090.45
HSL306.84º69.51%32.16%-
HSV(B)306.84º82.01%54.51%-
XYZ14.767.6920.45-
YUV70.6159.27176.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 25 (10.16% from 255) = 8.62%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=47.93%
G=8.62%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392512600.820.090.45306.8469.5132.16
Hex8B197E05292D1334620
Octal213311760122115546310640
Binary100010111100111111100101001010011011011001100111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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