Html Css Color HEX #850C89 Dark Magenta

📋 copy color: '#850C89'

red 133 ◦ green 12 ◦ blue 137

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

Shades of Dark Magenta #850C89

Tints of Dark Magenta #850C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.58%

R = 47.16%
G = 4.26%
B = 48.58%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#850C89 (or 0x850C89) is known color: Dark Magenta. HEX triplet: 85, 0C and 89. RGB value is (133,12,137). Sum of RGB (Red+Green+Blue) = 133+12+137=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #850C89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850C89 is #7AF376. Grayscale: #3E3E3E. Windows color (decimal): -8057719 or 8981637. OLE color: 8981637.

HSL color Cylindrical-coordinate representation of color #850C89: hue angle of 298.08º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C89 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 12 137 -
CMYK 0.03 0.91 0 0.46
HSL 298.08º 0.84% 0.29% -
HSV(B) 298.08º 0.91% 0.54% -
XYZ 14.32 7.06 24.27 -
YUV 62.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 133 12 137 0.03 0.91 0 0.46 298.08 0.84 0.29
Hex 85 C 89 3 5B 0 2E 12A 54 1D
Octal 205 14 211 3 133 0 56 452 124 35
Binary 10000101 1100 10001001 11 1011011 0 101110 100101010 1010100 11101

Color Harmonies of #850C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C89

Black with #850C89

Text Example


Text Example

White with #850C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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