#850195

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

Shades of Dark Magenta #850195

Tints of Dark Magenta #850195

Color information

#850195 (or 0x850195) is unknown color: approx Dark Magenta. HEX triplet: 85, 01 and 95. RGB value is (133,1,149). Sum of RGB (Red+Green+Blue) = 133+1+149=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #850195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850195 is #7AFE6A. Grayscale: #383838. Windows color (decimal): -8060523 or 9765253. OLE color: 9765253.

HSL color Cylindrical-coordinate representation of color #850195: hue angle of 293.51º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850195 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1331149-
CMYK0.110.9900.42
HSL293.51º98.67%29.41%-
HSV(B)293.51º99.33%58.43%-
XYZ15.117.1829.02-
YUV57.34179.73181.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=47.00%
G=0.35%
B=52.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13311490.110.9900.42293.5198.6729.41
Hex85195B6302A126631d
Octal20512251314305244614335
Binary10000101110010101101111000110101010100100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850195; }

 p { color: rgb(133,1,149); }

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

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

 a { background-color: rgb(133,1,149); }

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

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

 span { border-color: rgb(133,1,149); }

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