#851E89

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

Shades of Dark Purple #851E89

Tints of Dark Purple #851E89

Color information

#851E89 (or 0x851E89) is unknown color: approx Dark Purple. HEX triplet: 85, 1E and 89. RGB value is (133,30,137). Sum of RGB (Red+Green+Blue) = 133+30+137=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #851E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E89 is #7AE176. Grayscale: #484848. Windows color (decimal): -8053111 or 8986245. OLE color: 8986245.

HSL color Cylindrical-coordinate representation of color #851E89: hue angle of 297.76º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851E89 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13330137-
CMYK0.030.7800.46
HSL297.76º64.07%32.75%-
HSV(B)297.76º78.1%53.73%-
XYZ14.657.7224.38-
YUV72.99164.12170.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 30 (12.11% from 255) = 10%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=44.33%
G=10%
B=45.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133301370.030.7800.46297.7664.0732.75
Hex851E8934E02E12a4021
Octal20536211311605645210041
Binary10000101111101000100111100111001011101001010101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851E89; }

 p { color: rgb(133,30,137); }

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

<style>
 a { background-color: #851E89; }

 a { background-color: rgb(133,30,137); }

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

<style>
 span { border-color: #851E89; }

 span { border-color: rgb(133,30,137); }

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