#8B247B

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

Shades of Dark Purple #8B247B

Tints of Dark Purple #8B247B

Color information

#8B247B (or 0x8B247B) is unknown color: approx Dark Purple. HEX triplet: 8B, 24 and 7B. RGB value is (139,36,123). Sum of RGB (Red+Green+Blue) = 139+36+123=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B247B is #74DB84. Grayscale: #4C4C4C. Windows color (decimal): -7658373 or 8070283. OLE color: 8070283.

HSL color Cylindrical-coordinate representation of color #8B247B: hue angle of 309.32º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B247B is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB13936123-
CMYK00.740.120.45
HSL309.32º58.86%34.31%-
HSV(B)309.32º74.1%54.51%-
XYZ14.858.1819.54-
YUV76.72154.12172.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 36 (14.45% from 255) = 12.08%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=46.64%
G=12.08%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393612300.740.120.45309.3258.8634.31
Hex8B247B04AC2D1353b22
Octal21344173011214554657342
Binary100010111001001111011010010101100101101100110101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,36,123); }

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

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

 a { background-color: rgb(139,36,123); }

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

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

 span { border-color: rgb(139,36,123); }

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