#851A88

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

Shades of Dark Purple #851A88

Tints of Dark Purple #851A88

Color information

#851A88 (or 0x851A88) is unknown color: approx Dark Purple. HEX triplet: 85, 1A and 88. RGB value is (133,26,136). Sum of RGB (Red+Green+Blue) = 133+26+136=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #851A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851A88 is #7AE577. Grayscale: #464646. Windows color (decimal): -8054136 or 8919685. OLE color: 8919685.

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

Color convert

RGB13326136-
CMYK0.020.8100.47
HSL298.36º67.9%31.76%-
HSV(B)298.36º80.88%53.33%-
XYZ14.497.523.98-
YUV70.53164.95172.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 26 (10.55% from 255) = 8.81%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=45.08%
G=8.81%
B=46.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133261360.020.8100.47298.3667.931.76
Hex851A8825102F12a4420
Octal20532210212105745210440
Binary10000101110101000100010101000101011111001010101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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