#8b188b

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

Shades of Dark Purple #8B188B

Tints of Dark Purple #8B188B

Color information

#8B188B (or 0x8B188B) is unknown color: approx Dark Purple. HEX triplet: 8B, 18 and 8B. RGB value is (139,24,139). Sum of RGB (Red+Green+Blue) = 139+24+139=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B188B is #74E774. Grayscale: #474747. Windows color (decimal): -7661429 or 9115787. OLE color: 9115787.

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

Color convert

RGB13924139-
CMYK00.8300.45
HSL300º70.55%31.96%-
HSV(B)300º82.73%54.51%-
XYZ15.638.0125.15-
YUV71.5166.1176.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 24 (9.77% from 255) = 7.95%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=46.03%
G=7.95%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392413900.8300.4530070.5531.96
Hex8B188B05302D12c4720
Octal21330213012305545410740
Binary1000101111000100010110101001101011011001011001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b188b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,24,139); }

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

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

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

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

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

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

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