#891F8C

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

Shades of Dark Purple #891F8C

Tints of Dark Purple #891F8C

Color information

#891F8C (or 0x891F8C) is unknown color: approx Dark Purple. HEX triplet: 89, 1F and 8C. RGB value is (137,31,140). Sum of RGB (Red+Green+Blue) = 137+31+140=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #891F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891F8C is #76E073. Grayscale: #4A4A4A. Windows color (decimal): -7790708 or 9183113. OLE color: 9183113.

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

Color convert

RGB13731140-
CMYK0.020.7800.45
HSL298.35º63.74%33.53%-
HSV(B)298.35º77.86%54.9%-
XYZ15.548.1925.57-
YUV75.12164.62172.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 31 (12.5% from 255) = 10.06%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=44.48%
G=10.06%
B=45.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137311400.020.7800.45298.3563.7433.53
Hex891F8C24E02D12a4022
Octal21137214211605545210042
Binary10001001111111000110010100111001011011001010101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,31,140); }

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

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

 a { background-color: rgb(137,31,140); }

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

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

 span { border-color: rgb(137,31,140); }

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