#8B1888

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

Shades of Dark Purple #8B1888

Tints of Dark Purple #8B1888

Color information

#8B1888 (or 0x8B1888) is unknown color: approx Dark Purple. HEX triplet: 8B, 18 and 88. RGB value is (139,24,136). Sum of RGB (Red+Green+Blue) = 139+24+136=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1888 is #74E777. Grayscale: #464646. Windows color (decimal): -7661432 or 8919179. OLE color: 8919179.

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

Color convert

RGB13924136-
CMYK00.830.020.45
HSL301.57º70.55%31.96%-
HSV(B)301.57º82.73%54.51%-
XYZ15.427.9224.01-
YUV71.15164.6176.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=46.49%
G=8.03%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392413600.830.020.45301.5770.5531.96
Hex8B188805322D12e4720
Octal21330210012325545610740
Binary10001011110001000100001010011101011011001011101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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