#8B2667

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

Shades of Dark Purple #8B2667

Tints of Dark Purple #8B2667

Color information

#8B2667 (or 0x8B2667) is unknown color: approx Dark Purple. HEX triplet: 8B, 26 and 67. RGB value is (139,38,103). Sum of RGB (Red+Green+Blue) = 139+38+103=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2667 is #74D998. Grayscale: #4B4B4B. Windows color (decimal): -7657881 or 6760075. OLE color: 6760075.

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

Color convert

RGB13938103-
CMYK00.730.260.45
HSL321.39º57.06%34.71%-
HSV(B)321.39º72.66%54.51%-
XYZ13.797.8513.62-
YUV75.61143.46173.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 103 (40.62% from 255) = 36.79%
R=49.64%
G=13.57%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393810300.730.260.45321.3957.0634.71
Hex8B26670491A2D1413923
Octal21346147011132555017143
Binary1000101110011011001110100100111010101101101000001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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