#851498

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

Shades of Dark Magenta #851498

Tints of Dark Magenta #851498

Color information

#851498 (or 0x851498) is unknown color: approx Dark Magenta. HEX triplet: 85, 14 and 98. RGB value is (133,20,152). Sum of RGB (Red+Green+Blue) = 133+20+152=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #851498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851498 is #7AEB67. Grayscale: #444444. Windows color (decimal): -8055656 or 9966725. OLE color: 9966725.

HSL color Cylindrical-coordinate representation of color #851498: hue angle of 291.36º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851498 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13320152-
CMYK0.130.8700.40
HSL291.36º76.74%33.73%-
HSV(B)291.36º86.84%59.61%-
XYZ15.597.7530.38-
YUV68.83174.94173.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=43.61%
G=6.56%
B=49.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133201520.130.8700.40291.3676.7433.73
Hex851498D570281234d22
Octal205242301512705044311542
Binary1000010110100100110001101101011101010001001000111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851498; }

 p { color: rgb(133,20,152); }

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

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

 a { background-color: rgb(133,20,152); }

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

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

 span { border-color: rgb(133,20,152); }

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