#851B8D

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

Shades of Dark Purple #851B8D

Tints of Dark Purple #851B8D

Color information

#851B8D (or 0x851B8D) is unknown color: approx Dark Purple. HEX triplet: 85, 1B and 8D. RGB value is (133,27,141). Sum of RGB (Red+Green+Blue) = 133+27+141=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #851B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851B8D is #7AE472. Grayscale: #474747. Windows color (decimal): -8053875 or 9247621. OLE color: 9247621.

HSL color Cylindrical-coordinate representation of color #851B8D: hue angle of 295.79º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851B8D is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13327141-
CMYK0.060.8100.45
HSL295.79º67.86%32.94%-
HSV(B)295.79º80.85%55.29%-
XYZ14.877.6925.9-
YUV71.69167.12171.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 141 (55.47% from 255) = 46.84%
R=44.19%
G=8.97%
B=46.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133271410.060.8100.45295.7967.8632.94
Hex851B8D65102D1284421
Octal20533215612105545010441
Binary100001011101110001101110101000101011011001010001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,27,141); }

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

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

 a { background-color: rgb(133,27,141); }

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

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

 span { border-color: rgb(133,27,141); }

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