#850FAB

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

Shades of Dark Magenta #850FAB

Tints of Dark Magenta #850FAB

Color information

#850FAB (or 0x850FAB) is unknown color: approx Dark Magenta. HEX triplet: 85, 0F and AB. RGB value is (133,15,171). Sum of RGB (Red+Green+Blue) = 133+15+171=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #850FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850FAB is #7AF054. Grayscale: #434343. Windows color (decimal): -8056917 or 11210629. OLE color: 11210629.

HSL color Cylindrical-coordinate representation of color #850FAB: hue angle of 285.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850FAB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13315171-
CMYK0.220.9100.33
HSL285.38º83.87%36.47%-
HSV(B)285.38º91.23%67.06%-
XYZ17.198.2739.22-
YUV68.07186.09174.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 15 (6.25% from 255) = 4.70%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=41.69%
G=4.70%
B=53.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133151710.220.9100.33285.3883.8736.47
Hex85FAB165B02111d5424
Octal205172532613304143512444
Binary1000010111111010101110110101101101000011000111011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,15,171); }

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

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

 a { background-color: rgb(133,15,171); }

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

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

 span { border-color: rgb(133,15,171); }

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