Html Css Color HEX #850CA2 Dark Magenta

📋 copy color: '#850CA2'

red 133 ◦ green 12 ◦ blue 162

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

Shades of Dark Magenta #850CA2

Tints of Dark Magenta #850CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 52.77%

R = 43.32%
G = 3.91%
B = 52.77%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#850CA2 (or 0x850CA2) is known color: Dark Magenta. HEX triplet: 85, 0C and A2. RGB value is (133,12,162). Sum of RGB (Red+Green+Blue) = 133+12+162=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #850CA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850CA2 is #7AF35D. Grayscale: #404040. Windows color (decimal): -8057694 or 10620037. OLE color: 10620037.

HSL color Cylindrical-coordinate representation of color #850CA2: hue angle of 288.4º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850CA2 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 12 162 -
CMYK 0.18 0.93 0 0.36
HSL 288.4º 0.86% 0.34% -
HSV(B) 288.4º 0.93% 0.64% -
XYZ 16.33 7.86 34.84 -
YUV 65.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 133 12 162 0.18 0.93 0 0.36 288.4 0.86 0.34
Hex 85 C A2 12 5D 0 24 120 56 22
Octal 205 14 242 22 135 0 44 440 126 42
Binary 10000101 1100 10100010 10010 1011101 0 100100 100100000 1010110 100010

Color Harmonies of #850CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850CA2

Black with #850CA2

Text Example


Text Example

White with #850CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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