#8b267d

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

Shades of Dark Purple #8B267D

Tints of Dark Purple #8B267D

Color information

#8B267D (or 0x8B267D) is unknown color: approx Dark Purple. HEX triplet: 8B, 26 and 7D. RGB value is (139,38,125). Sum of RGB (Red+Green+Blue) = 139+38+125=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B267D is #74D982. Grayscale: #4D4D4D. Windows color (decimal): -7657859 or 8201867. OLE color: 8201867.

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

Color convert

RGB13938125-
CMYK00.730.100.45
HSL308.32º57.06%34.71%-
HSV(B)308.32º72.66%54.51%-
XYZ15.048.3620.22-
YUV78.12154.46171.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=46.03%
G=12.58%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393812500.730.100.45308.3257.0634.71
Hex8B267D049A2D1343923
Octal21346175011112554647143
Binary100010111001101111101010010011010101101100110100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b267d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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