Html Css Color HEX #850DAA Dark Magenta

📋 copy color: '#850DAA'

red 133 ◦ green 13 ◦ blue 170

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

Shades of Dark Magenta #850DAA

Tints of Dark Magenta #850DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.11%

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 42.09%
G = 4.11%
B = 53.8%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#850DAA (or 0x850DAA) is known color: Dark Magenta. HEX triplet: 85, 0D and AA. RGB value is (133,13,170). Sum of RGB (Red+Green+Blue) = 133+13+170=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #850DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850DAA is #7AF255. Grayscale: #424242. Windows color (decimal): -8057430 or 11144581. OLE color: 11144581.

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

Color convert

RGB 133 13 170 -
CMYK 0.22 0.92 0 0.33
HSL 285.86º 0.86% 0.36% -
HSV(B) 285.86º 0.92% 0.67% -
XYZ 17.07 8.18 38.71 -
YUV 66.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 133 13 170 0.22 0.92 0 0.33 285.86 0.86 0.36
Hex 85 D AA 16 5C 0 21 11E 56 24
Octal 205 15 252 26 134 0 41 436 126 44
Binary 10000101 1101 10101010 10110 1011100 0 100001 100011110 1010110 100100

Color Harmonies of #850DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850DAA

Black with #850DAA

Text Example


Text Example

White with #850DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,13,170); }

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

background-color css

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

 a { background-color: rgb(133,13,170); }

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

border-color css

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

 span { border-color: rgb(133,13,170); }

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