Html Css Color HEX #850994 Dark Magenta

📋 copy color: '#850994'

red 133 ◦ green 9 ◦ blue 148

#850994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #850994

Tints of Dark Magenta #850994

RGB

 RED value IS 133 (52.34% from 255) = 45.86%

 GREEN value IS 9 (3.91% from 255) = 3.1%

 BLUE value IS 148 (58.2% from 255) = 51.03%

R = 45.86%
G = 3.1%
B = 51.03%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#850994 (or 0x850994) is known color: Dark Magenta. HEX triplet: 85, 09 and 94. RGB value is (133,9,148). Sum of RGB (Red+Green+Blue) = 133+9+148=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #850994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850994 is #7AF66B. Grayscale: #3D3D3D. Windows color (decimal): -8058476 or 9701765. OLE color: 9701765.

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

Color convert

RGB 133 9 148 -
CMYK 0.10 0.94 0 0.42
HSL 293.53º 0.89% 0.31% -
HSV(B) 293.53º 0.94% 0.58% -
XYZ 15.12 7.32 28.63 -
YUV 61.92 176.58 178.7 -
System Red Green Blue C M Y K H S L
Decimal 133 9 148 0.10 0.94 0 0.42 293.53 0.89 0.31
Hex 85 9 94 A 5E 0 2A 126 59 1F
Octal 205 11 224 12 136 0 52 446 131 37
Binary 10000101 1001 10010100 1010 1011110 0 101010 100100110 1011001 11111

Color Harmonies of #850994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850994

Black with #850994

Text Example


Text Example

White with #850994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850994; }

 p { color: rgb(133,9,148); }

 H1.HeaderClassName
 {
   color: #850994;
 }
 .AnyTagClassName
 {
   color: #850994;
 }
</style>

background-color css

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

 a { background-color: rgb(133,9,148); }

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

border-color css

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

 span { border-color: rgb(133,9,148); }

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