#891F7F

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

Shades of Dark Purple #891F7F

Tints of Dark Purple #891F7F

Color information

#891F7F (or 0x891F7F) is unknown color: approx Dark Purple. HEX triplet: 89, 1F and 7F. RGB value is (137,31,127). Sum of RGB (Red+Green+Blue) = 137+31+127=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #891F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891F7F is #76E080. Grayscale: #494949. Windows color (decimal): -7790721 or 8331145. OLE color: 8331145.

HSL color Cylindrical-coordinate representation of color #891F7F: hue angle of 305.66º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #891F7F is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13731127-
CMYK00.770.070.46
HSL305.66º63.1%32.94%-
HSV(B)305.66º77.37%53.73%-
XYZ14.647.8320.82-
YUV73.64158.12173.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 31 (12.5% from 255) = 10.51%
BLUE value IS 127 (50% from 255) = 43.05%
R=46.44%
G=10.51%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373112700.770.070.46305.6663.132.94
Hex891F7F04D72E1323f21
Octal2113717701157564627741
Binary1000100111111111111101001101111101110100110010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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