Html Css Color HEX #850BAB Dark Magenta

📋 copy color: '#850BAB'

red 133 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #850BAB

Tints of Dark Magenta #850BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.49%

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

R = 42.22%
G = 3.49%
B = 54.29%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#850BAB (or 0x850BAB) is known color: Dark Magenta. HEX triplet: 85, 0B and AB. RGB value is (133,11,171). Sum of RGB (Red+Green+Blue) = 133+11+171=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #850BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850BAB is #7AF454. Grayscale: #414141. Windows color (decimal): -8057941 or 11209605. OLE color: 11209605.

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

Color convert

RGB 133 11 171 -
CMYK 0.22 0.94 0 0.33
HSL 285.75º 0.88% 0.36% -
HSV(B) 285.75º 0.94% 0.67% -
XYZ 17.14 8.17 39.2 -
YUV 65.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 133 11 171 0.22 0.94 0 0.33 285.75 0.88 0.36
Hex 85 B AB 16 5E 0 21 11E 58 24
Octal 205 13 253 26 136 0 41 436 130 44
Binary 10000101 1011 10101011 10110 1011110 0 100001 100011110 1011000 100100

Color Harmonies of #850BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850BAB

Black with #850BAB

Text Example


Text Example

White with #850BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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