#8B1766

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

Shades of Dark Purple #8B1766

Tints of Dark Purple #8B1766

Color information

#8B1766 (or 0x8B1766) is unknown color: approx Dark Purple. HEX triplet: 8B, 17 and 66. RGB value is (139,23,102). Sum of RGB (Red+Green+Blue) = 139+23+102=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1766 is #74E899. Grayscale: #424242. Windows color (decimal): -7661722 or 6690699. OLE color: 6690699.

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

Color convert

RGB13923102-
CMYK00.830.270.45
HSL319.14º71.6%31.76%-
HSV(B)319.14º83.45%54.51%-
XYZ13.357.0613.23-
YUV66.69147.93179.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=52.65%
G=8.71%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392310200.830.270.45319.1471.631.76
Hex8B17660531B2D13f4820
Octal213271460123335547711040
Binary1000101110111110011001010011110111011011001111111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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