#8B198A

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

Shades of Dark Purple #8B198A

Tints of Dark Purple #8B198A

Color information

#8B198A (or 0x8B198A) is unknown color: approx Dark Purple. HEX triplet: 8B, 19 and 8A. RGB value is (139,25,138). Sum of RGB (Red+Green+Blue) = 139+25+138=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B198A is #74E675. Grayscale: #474747. Windows color (decimal): -7661174 or 9050507. OLE color: 9050507.

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

Color convert

RGB13925138-
CMYK00.820.010.45
HSL300.53º69.51%32.16%-
HSV(B)300.53º82.01%54.51%-
XYZ15.588.0224.77-
YUV71.97165.27175.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 25 (10.16% from 255) = 8.28%
BLUE value IS 138 (54.30% from 255) = 45.70%
R=46.03%
G=8.28%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392513800.820.010.45300.5369.5132.16
Hex8B198A05212D12d4620
Octal21331212012215545510640
Binary1000101111001100010100101001011011011001011011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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