#8B1668

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

Shades of Dark Purple #8B1668

Tints of Dark Purple #8B1668

Color information

#8B1668 (or 0x8B1668) is unknown color: approx Dark Purple. HEX triplet: 8B, 16 and 68. RGB value is (139,22,104). Sum of RGB (Red+Green+Blue) = 139+22+104=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1668 is #74E997. Grayscale: #424242. Windows color (decimal): -7661976 or 6821515. OLE color: 6821515.

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

Color convert

RGB13922104-
CMYK00.840.250.45
HSL317.95º72.67%31.57%-
HSV(B)317.95º84.17%54.51%-
XYZ13.437.0613.75-
YUV66.33149.26179.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=52.45%
G=8.30%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392210400.840.250.45317.9572.6731.57
Hex8B1668054192D13e4920
Octal213261500124315547611140
Binary1000101110110110100001010100110011011011001111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,22,104); }

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

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

 a { background-color: rgb(139,22,104); }

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

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

 span { border-color: rgb(139,22,104); }

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