#8B2666

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

Shades of Dark Purple #8B2666

Tints of Dark Purple #8B2666

Color information

#8B2666 (or 0x8B2666) is unknown color: approx Dark Purple. HEX triplet: 8B, 26 and 66. RGB value is (139,38,102). Sum of RGB (Red+Green+Blue) = 139+38+102=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2666 is #74D999. Grayscale: #4B4B4B. Windows color (decimal): -7657882 or 6694539. OLE color: 6694539.

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

Color convert

RGB13938102-
CMYK00.730.270.45
HSL321.98º57.06%34.71%-
HSV(B)321.98º72.66%54.51%-
XYZ13.747.8313.36-
YUV75.5142.96173.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=49.82%
G=13.62%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393810200.730.270.45321.9857.0634.71
Hex8B26660491B2D1423923
Octal21346146011133555027143
Binary1000101110011011001100100100111011101101101000010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,38,102); }

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

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

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

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

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

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

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