#891C8B

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

Shades of Dark Purple #891C8B

Tints of Dark Purple #891C8B

Color information

#891C8B (or 0x891C8B) is unknown color: approx Dark Purple. HEX triplet: 89, 1C and 8B. RGB value is (137,28,139). Sum of RGB (Red+Green+Blue) = 137+28+139=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #891C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891C8B is #76E374. Grayscale: #484848. Windows color (decimal): -7791477 or 9116809. OLE color: 9116809.

HSL color Cylindrical-coordinate representation of color #891C8B: hue angle of 298.92º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C8B is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13728139-
CMYK0.010.8000.45
HSL298.92º66.47%32.75%-
HSV(B)298.92º79.86%54.51%-
XYZ15.398.0125.16-
YUV73.24165.11173.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 28 (11.33% from 255) = 9.21%
BLUE value IS 139 (54.69% from 255) = 45.72%
R=45.07%
G=9.21%
B=45.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137281390.010.8000.45298.9266.4732.75
Hex891C8B15002D12b4221
Octal21134213112005545310241
Binary1000100111100100010111101000001011011001010111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891C8B; }

 p { color: rgb(137,28,139); }

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

<style>
 a { background-color: #891C8B; }

 a { background-color: rgb(137,28,139); }

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

<style>
 span { border-color: #891C8B; }

 span { border-color: rgb(137,28,139); }

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