#8B1B66

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

Shades of Dark Purple #8B1B66

Tints of Dark Purple #8B1B66

Color information

#8B1B66 (or 0x8B1B66) is unknown color: approx Dark Purple. HEX triplet: 8B, 1B and 66. RGB value is (139,27,102). Sum of RGB (Red+Green+Blue) = 139+27+102=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1B66 is #74E499. Grayscale: #444444. Windows color (decimal): -7660698 or 6691723. OLE color: 6691723.

HSL color Cylindrical-coordinate representation of color #8B1B66: hue angle of 319.82º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1B66 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB13927102-
CMYK00.810.270.45
HSL319.82º67.47%32.55%-
HSV(B)319.82º80.58%54.51%-
XYZ13.447.2313.26-
YUV69.04146.61177.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.87%
GREEN value IS 27 (10.94% from 255) = 10.07%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=51.87%
G=10.07%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392710200.810.270.45319.8267.4732.55
Hex8B1B660511B2D1404321
Octal213331460121335550010341
Binary1000101111011110011001010001110111011011010000001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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