#8B1775

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

Shades of Dark Purple #8B1775

Tints of Dark Purple #8B1775

Color information

#8B1775 (or 0x8B1775) is unknown color: approx Dark Purple. HEX triplet: 8B, 17 and 75. RGB value is (139,23,117). Sum of RGB (Red+Green+Blue) = 139+23+117=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1775 is #74E88A. Grayscale: #444444. Windows color (decimal): -7661707 or 7673739. OLE color: 7673739.

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

Color convert

RGB13923117-
CMYK00.830.160.45
HSL311.38º71.6%31.76%-
HSV(B)311.38º83.45%54.51%-
XYZ14.167.3917.51-
YUV68.4155.43178.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 23 (9.38% from 255) = 8.24%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=49.82%
G=8.24%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392311700.830.160.45311.3871.631.76
Hex8B1775053102D1374820
Octal213271650123205546711040
Binary1000101110111111010101010011100001011011001101111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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