#851E88

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

Shades of Dark Purple #851E88

Tints of Dark Purple #851E88

Color information

#851E88 (or 0x851E88) is unknown color: approx Dark Purple. HEX triplet: 85, 1E and 88. RGB value is (133,30,136). Sum of RGB (Red+Green+Blue) = 133+30+136=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #851E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E88 is #7AE177. Grayscale: #484848. Windows color (decimal): -8053112 or 8920709. OLE color: 8920709.

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

Color convert

RGB13330136-
CMYK0.020.7800.47
HSL298.3º63.86%32.55%-
HSV(B)298.3º77.94%53.33%-
XYZ14.587.6924.01-
YUV72.88163.62170.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 30 (12.11% from 255) = 10.03%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=44.48%
G=10.03%
B=45.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133301360.020.7800.47298.363.8632.55
Hex851E8824E02F12a4021
Octal20536210211605745210041
Binary10000101111101000100010100111001011111001010101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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