Html Css Color HEX #850689 Dark Magenta

📋 copy color: '#850689'

red 133 ◦ green 6 ◦ blue 137

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

Shades of Dark Magenta #850689

Tints of Dark Magenta #850689

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 48.19%
G = 2.17%
B = 49.64%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#850689 (or 0x850689) is known color: Dark Magenta. HEX triplet: 85, 06 and 89. RGB value is (133,6,137). Sum of RGB (Red+Green+Blue) = 133+6+137=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #850689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850689 is #7AF976. Grayscale: #3A3A3A. Windows color (decimal): -8059255 or 8980101. OLE color: 8980101.

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

Color convert

RGB 133 6 137 -
CMYK 0.03 0.96 0 0.46
HSL 298.17º 0.92% 0.28% -
HSV(B) 298.17º 0.96% 0.54% -
XYZ 14.25 6.92 24.25 -
YUV 58.91 172.08 180.85 -
System Red Green Blue C M Y K H S L
Decimal 133 6 137 0.03 0.96 0 0.46 298.17 0.92 0.28
Hex 85 6 89 3 60 0 2E 12A 5C 1C
Octal 205 6 211 3 140 0 56 452 134 34
Binary 10000101 110 10001001 11 1100000 0 101110 100101010 1011100 11100

Color Harmonies of #850689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850689

Black with #850689

Text Example


Text Example

White with #850689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850689; }

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

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

background-color css

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

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

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

border-color css

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

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

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