Html Css Color HEX #850DAB Dark Magenta

📋 copy color: '#850DAB'

red 133 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #850DAB

Tints of Dark Magenta #850DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 41.96%
G = 4.1%
B = 53.94%

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

#850DAB (or 0x850DAB) is known color: Dark Magenta. HEX triplet: 85, 0D and AB. RGB value is (133,13,171). Sum of RGB (Red+Green+Blue) = 133+13+171=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #850DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850DAB is #7AF254. Grayscale: #424242. Windows color (decimal): -8057429 or 11210117. OLE color: 11210117.

HSL color Cylindrical-coordinate representation of color #850DAB: hue angle of 285.57º 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 #850DAB is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 13 171 -
CMYK 0.22 0.92 0 0.33
HSL 285.57º 0.86% 0.36% -
HSV(B) 285.57º 0.92% 0.67% -
XYZ 17.17 8.21 39.21 -
YUV 66.89 186.76 175.15 -
System Red Green Blue C M Y K H S L
Decimal 133 13 171 0.22 0.92 0 0.33 285.57 0.86 0.36
Hex 85 D AB 16 5C 0 21 11E 56 24
Octal 205 15 253 26 134 0 41 436 126 44
Binary 10000101 1101 10101011 10110 1011100 0 100001 100011110 1010110 100100

Color Harmonies of #850DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850DAB

Black with #850DAB

Text Example


Text Example

White with #850DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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