Html Css Color HEX #850889 Dark Magenta

📋 copy color: '#850889'

red 133 ◦ green 8 ◦ blue 137

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

Shades of Dark Magenta #850889

Tints of Dark Magenta #850889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.88%

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

R = 47.84%
G = 2.88%
B = 49.28%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#850889 (or 0x850889) is known color: Dark Magenta. HEX triplet: 85, 08 and 89. RGB value is (133,8,137). Sum of RGB (Red+Green+Blue) = 133+8+137=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #850889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850889 is #7AF776. Grayscale: #3B3B3B. Windows color (decimal): -8058743 or 8980613. OLE color: 8980613.

HSL color Cylindrical-coordinate representation of color #850889: hue angle of 298.14º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850889 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 8 137 -
CMYK 0.03 0.94 0 0.46
HSL 298.14º 0.89% 0.28% -
HSV(B) 298.14º 0.94% 0.54% -
XYZ 14.28 6.97 24.26 -
YUV 60.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 133 8 137 0.03 0.94 0 0.46 298.14 0.89 0.28
Hex 85 8 89 3 5E 0 2E 12A 59 1C
Octal 205 10 211 3 136 0 56 452 131 34
Binary 10000101 1000 10001001 11 1011110 0 101110 100101010 1011001 11100

Color Harmonies of #850889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850889

Black with #850889

Text Example


Text Example

White with #850889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850889; }

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

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

background-color css

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

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

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

border-color css

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

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

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