#8B4175

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

Shades of Dark Purple #8B4175

Tints of Dark Purple #8B4175

Color information

#8B4175 (or 0x8B4175) is unknown color: approx Dark Purple. HEX triplet: 8B, 41 and 75. RGB value is (139,65,117). Sum of RGB (Red+Green+Blue) = 139+65+117=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4175 is #74BE8A. Grayscale: #5C5C5C. Windows color (decimal): -7650955 or 7684491. OLE color: 7684491.

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

Color convert

RGB13965117-
CMYK00.530.160.45
HSL317.84º36.27%40%-
HSV(B)317.84º53.24%54.51%-
XYZ15.7510.5518.04-
YUV93.05141.52160.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=43.30%
G=20.25%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396511700.530.160.45317.8436.2740
Hex8B4175035102D13e2428
Octal21310116506520554764450
Binary1000101110000011110101011010110000101101100111110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,65,117); }

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

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

 a { background-color: rgb(139,65,117); }

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

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

 span { border-color: rgb(139,65,117); }

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