#8B267C

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

Shades of Dark Purple #8B267C

Tints of Dark Purple #8B267C

Color information

#8B267C (or 0x8B267C) is unknown color: approx Dark Purple. HEX triplet: 8B, 26 and 7C. RGB value is (139,38,124). Sum of RGB (Red+Green+Blue) = 139+38+124=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B267C is #74D983. Grayscale: #4D4D4D. Windows color (decimal): -7657860 or 8136331. OLE color: 8136331.

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

Color convert

RGB13938124-
CMYK00.730.110.45
HSL308.91º57.06%34.71%-
HSV(B)308.91º72.66%54.51%-
XYZ14.988.3319.89-
YUV78153.96171.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=46.18%
G=12.62%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393812400.730.110.45308.9157.0634.71
Hex8B267C049B2D1353923
Octal21346174011113554657143
Binary100010111001101111100010010011011101101100110101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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