#8B188A

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

Shades of Dark Purple #8B188A

Tints of Dark Purple #8B188A

Color information

#8B188A (or 0x8B188A) is unknown color: approx Dark Purple. HEX triplet: 8B, 18 and 8A. RGB value is (139,24,138). Sum of RGB (Red+Green+Blue) = 139+24+138=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B188A is #74E775. Grayscale: #474747. Windows color (decimal): -7661430 or 9050251. OLE color: 9050251.

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

Color convert

RGB13924138-
CMYK00.830.010.45
HSL300.52º70.55%31.96%-
HSV(B)300.52º82.73%54.51%-
XYZ15.567.9824.76-
YUV71.38165.6176.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 24 (9.77% from 255) = 7.97%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=46.18%
G=7.97%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392413800.830.010.45300.5270.5531.96
Hex8B188A05312D12d4720
Octal21330212012315545510740
Binary1000101111000100010100101001111011011001011011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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