#8B1E63

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

Shades of Dark Purple #8B1E63

Tints of Dark Purple #8B1E63

Color information

#8B1E63 (or 0x8B1E63) is unknown color: approx Dark Purple. HEX triplet: 8B, 1E and 63. RGB value is (139,30,99). Sum of RGB (Red+Green+Blue) = 139+30+99=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1E63 is #74E19C. Grayscale: #464646. Windows color (decimal): -7659933 or 6495883. OLE color: 6495883.

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

Color convert

RGB1393099-
CMYK00.780.290.45
HSL322.02º64.5%33.14%-
HSV(B)322.02º78.42%54.51%-
XYZ13.367.3212.51-
YUV70.46144.11176.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.87%
GREEN value IS 30 (12.11% from 255) = 11.19%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=51.87%
G=11.19%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139309900.780.290.45322.0264.533.14
Hex8B1E6304E1D2D1424021
Octal213361430116355550210041
Binary1000101111110110001101001110111011011011010000101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,30,99); }

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

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

 a { background-color: rgb(139,30,99); }

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

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

 span { border-color: rgb(139,30,99); }

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