Html Css Color HEX #850FAB Dark Magenta

📋 copy color: '#850FAB'

red 133 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #850FAB

Tints of Dark Magenta #850FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

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

R = 41.69%
G = 4.7%
B = 53.61%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#850FAB (or 0x850FAB) is known color: Dark Magenta. HEX triplet: 85, 0F and AB. RGB value is (133,15,171). Sum of RGB (Red+Green+Blue) = 133+15+171=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #850FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850FAB is #7AF054. Grayscale: #434343. Windows color (decimal): -8056917 or 11210629. OLE color: 11210629.

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

Color convert

RGB 133 15 171 -
CMYK 0.22 0.91 0 0.33
HSL 285.38º 0.84% 0.36% -
HSV(B) 285.38º 0.91% 0.67% -
XYZ 17.19 8.27 39.22 -
YUV 68.07 186.09 174.32 -
System Red Green Blue C M Y K H S L
Decimal 133 15 171 0.22 0.91 0 0.33 285.38 0.84 0.36
Hex 85 F AB 16 5B 0 21 11D 54 24
Octal 205 17 253 26 133 0 41 435 124 44
Binary 10000101 1111 10101011 10110 1011011 0 100001 100011101 1010100 100100

Color Harmonies of #850FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850FAB

Black with #850FAB

Text Example


Text Example

White with #850FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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