#8B2D6A

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

Shades of Dark Purple #8B2D6A

Tints of Dark Purple #8B2D6A

Color information

#8B2D6A (or 0x8B2D6A) is unknown color: approx Dark Purple. HEX triplet: 8B, 2D and 6A. RGB value is (139,45,106). Sum of RGB (Red+Green+Blue) = 139+45+106=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2D6A is #74D295. Grayscale: #4F4F4F. Windows color (decimal): -7656086 or 6958475. OLE color: 6958475.

HSL color Cylindrical-coordinate representation of color #8B2D6A: hue angle of 321.06º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2D6A is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB13945106-
CMYK00.680.240.45
HSL321.06º51.09%36.08%-
HSV(B)321.06º67.63%54.51%-
XYZ14.198.4114.51-
YUV80.06142.64170.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 45 (17.97% from 255) = 15.52%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=47.93%
G=15.52%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394510600.680.240.45321.0651.0936.08
Hex8B2D6A044182D1413324
Octal21355152010430555016344
Binary1000101110110111010100100010011000101101101000001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,45,106); }

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

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

 a { background-color: rgb(139,45,106); }

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

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

 span { border-color: rgb(139,45,106); }

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