#8B1682

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

Shades of Dark Purple #8B1682

Tints of Dark Purple #8B1682

Color information

#8B1682 (or 0x8B1682) is unknown color: approx Dark Purple. HEX triplet: 8B, 16 and 82. RGB value is (139,22,130). Sum of RGB (Red+Green+Blue) = 139+22+130=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1682 is #74E97D. Grayscale: #444444. Windows color (decimal): -7661950 or 8525451. OLE color: 8525451.

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

Color convert

RGB13922130-
CMYK00.840.060.45
HSL304.62º72.67%31.57%-
HSV(B)304.62º84.17%54.51%-
XYZ14.967.6721.81-
YUV69.3162.26177.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 22 (8.98% from 255) = 7.56%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=47.77%
G=7.56%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392213000.840.060.45304.6272.6731.57
Hex8B168205462D1314920
Octal21326202012465546111140
Binary100010111011010000010010101001101011011001100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,22,130); }

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

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

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

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

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

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

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