#8B3681

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

Shades of Dark Purple #8B3681

Tints of Dark Purple #8B3681

Color information

#8B3681 (or 0x8B3681) is unknown color: approx Dark Purple. HEX triplet: 8B, 36 and 81. RGB value is (139,54,129). Sum of RGB (Red+Green+Blue) = 139+54+129=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3681 is #74C97E. Grayscale: #575757. Windows color (decimal): -7653759 or 8468107. OLE color: 8468107.

HSL color Cylindrical-coordinate representation of color #8B3681: hue angle of 307.06º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3681 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB13954129-
CMYK00.610.070.45
HSL307.06º44.04%37.84%-
HSV(B)307.06º61.15%54.51%-
XYZ15.939.7121.8-
YUV87.96151.16164.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=43.17%
G=16.77%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395412900.610.070.45307.0644.0437.84
Hex8B368103D72D1332c26
Octal213662010757554635446
Binary10001011110110100000010111101111101101100110011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,54,129); }

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

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

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

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

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

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

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