#851B89

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

Shades of Dark Purple #851B89

Tints of Dark Purple #851B89

Color information

#851B89 (or 0x851B89) is unknown color: approx Dark Purple. HEX triplet: 85, 1B and 89. RGB value is (133,27,137). Sum of RGB (Red+Green+Blue) = 133+27+137=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #851B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851B89 is #7AE476. Grayscale: #464646. Windows color (decimal): -8053879 or 8985477. OLE color: 8985477.

HSL color Cylindrical-coordinate representation of color #851B89: hue angle of 297.82º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851B89 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13327137-
CMYK0.030.8000.46
HSL297.82º67.07%32.16%-
HSV(B)297.82º80.29%53.73%-
XYZ14.587.5824.36-
YUV71.23165.12172.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 27 (10.94% from 255) = 9.09%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=44.78%
G=9.09%
B=46.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133271370.030.8000.46297.8267.0732.16
Hex851B8935002E12a4320
Octal20533211312005645210340
Binary10000101110111000100111101000001011101001010101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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