#850c93

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

Shades of Dark Magenta #850C93

Tints of Dark Magenta #850C93

Color information

#850C93 (or 0x850C93) is unknown color: approx Dark Magenta. HEX triplet: 85, 0C and 93. RGB value is (133,12,147). Sum of RGB (Red+Green+Blue) = 133+12+147=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #850C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850C93 is #7AF36C. Grayscale: #3F3F3F. Windows color (decimal): -8057709 or 9636997. OLE color: 9636997.

HSL color Cylindrical-coordinate representation of color #850C93: hue angle of 293.78º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850C93 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13312147-
CMYK0.100.9200.42
HSL293.78º84.91%31.18%-
HSV(B)293.78º91.84%57.65%-
XYZ15.077.3628.23-
YUV63.57175.09177.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 12 (5.08% from 255) = 4.11%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=45.55%
G=4.11%
B=50.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133121470.100.9200.42293.7884.9131.18
Hex85C93A5C02A126551f
Octal205142231213405244612537
Binary10000101110010010011101010111000101010100100110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850c93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,12,147); }

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

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

 a { background-color: rgb(133,12,147); }

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

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

 span { border-color: rgb(133,12,147); }

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