#850A98

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

Shades of Dark Magenta #850A98

Tints of Dark Magenta #850A98

Color information

#850A98 (or 0x850A98) is unknown color: approx Dark Magenta. HEX triplet: 85, 0A and 98. RGB value is (133,10,152). Sum of RGB (Red+Green+Blue) = 133+10+152=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #850A98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850A98 is #7AF567. Grayscale: #3E3E3E. Windows color (decimal): -8058216 or 9964165. OLE color: 9964165.

HSL color Cylindrical-coordinate representation of color #850A98: hue angle of 291.97º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850A98 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13310152-
CMYK0.130.9300.40
HSL291.97º87.65%31.76%-
HSV(B)291.97º93.42%59.61%-
XYZ15.457.4730.33-
YUV62.96178.25177.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 10 (4.30% from 255) = 3.39%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=45.08%
G=3.39%
B=51.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133101520.130.9300.40291.9787.6531.76
Hex85A98D5D0281245820
Octal205122301513505044413040
Binary100001011010100110001101101110101010001001001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850A98; }

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

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

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

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

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

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

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

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