Html Css Color HEX #850CAB Dark Magenta

📋 copy color: '#850CAB'

red 133 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #850CAB

Tints of Dark Magenta #850CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.8%

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

R = 42.09%
G = 3.8%
B = 54.11%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#850CAB (or 0x850CAB) is known color: Dark Magenta. HEX triplet: 85, 0C and AB. RGB value is (133,12,171). Sum of RGB (Red+Green+Blue) = 133+12+171=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #850CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850CAB is #7AF354. Grayscale: #414141. Windows color (decimal): -8057685 or 11209861. OLE color: 11209861.

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

Color convert

RGB 133 12 171 -
CMYK 0.22 0.93 0 0.33
HSL 285.66º 0.87% 0.36% -
HSV(B) 285.66º 0.93% 0.67% -
XYZ 17.16 8.19 39.2 -
YUV 66.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 133 12 171 0.22 0.93 0 0.33 285.66 0.87 0.36
Hex 85 C AB 16 5D 0 21 11E 57 24
Octal 205 14 253 26 135 0 41 436 127 44
Binary 10000101 1100 10101011 10110 1011101 0 100001 100011110 1010111 100100

Color Harmonies of #850CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850CAB

Black with #850CAB

Text Example


Text Example

White with #850CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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