Html Css Color HEX #850DAD Dark Magenta

📋 copy color: '#850DAD'

red 133 ◦ green 13 ◦ blue 173

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

Shades of Dark Magenta #850DAD

Tints of Dark Magenta #850DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 41.69%
G = 4.08%
B = 54.23%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#850DAD (or 0x850DAD) is known color: Dark Magenta. HEX triplet: 85, 0D and AD. RGB value is (133,13,173). Sum of RGB (Red+Green+Blue) = 133+13+173=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #850DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850DAD is #7AF252. Grayscale: #424242. Windows color (decimal): -8057427 or 11341189. OLE color: 11341189.

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

Color convert

RGB 133 13 173 -
CMYK 0.23 0.92 0 0.32
HSL 285º 0.86% 0.36% -
HSV(B) 285º 0.92% 0.68% -
XYZ 17.36 8.29 40.22 -
YUV 67.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 133 13 173 0.23 0.92 0 0.32 285 0.86 0.36
Hex 85 D AD 17 5C 0 20 11D 56 24
Octal 205 15 255 27 134 0 40 435 126 44
Binary 10000101 1101 10101101 10111 1011100 0 100000 100011101 1010110 100100

Color Harmonies of #850DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850DAD

Black with #850DAD

Text Example


Text Example

White with #850DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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