#8B2668

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

Shades of Dark Purple #8B2668

Tints of Dark Purple #8B2668

Color information

#8B2668 (or 0x8B2668) is unknown color: approx Dark Purple. HEX triplet: 8B, 26 and 68. RGB value is (139,38,104). Sum of RGB (Red+Green+Blue) = 139+38+104=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2668 is #74D997. Grayscale: #4B4B4B. Windows color (decimal): -7657880 or 6825611. OLE color: 6825611.

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

Color convert

RGB13938104-
CMYK00.730.250.45
HSL320.79º57.06%34.71%-
HSV(B)320.79º72.66%54.51%-
XYZ13.847.8713.89-
YUV75.72143.96173.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=49.47%
G=13.52%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393810400.730.250.45320.7957.0634.71
Hex8B2668049192D1413923
Octal21346150011131555017143
Binary1000101110011011010000100100111001101101101000001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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