Html Css Color HEX #851089 Dark Magenta

📋 copy color: '#851089'

red 133 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #851089

Tints of Dark Magenta #851089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

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

R = 46.5%
G = 5.59%
B = 47.9%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#851089 (or 0x851089) is known color: Dark Magenta. HEX triplet: 85, 10 and 89. RGB value is (133,16,137). Sum of RGB (Red+Green+Blue) = 133+16+137=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #851089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851089 is #7AEF76. Grayscale: #404040. Windows color (decimal): -8056695 or 8982661. OLE color: 8982661.

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

Color convert

RGB 133 16 137 -
CMYK 0.03 0.88 0 0.46
HSL 298.02º 0.79% 0.3% -
HSV(B) 298.02º 0.88% 0.54% -
XYZ 14.37 7.16 24.29 -
YUV 64.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 133 16 137 0.03 0.88 0 0.46 298.02 0.79 0.3
Hex 85 10 89 3 58 0 2E 12A 4F 1E
Octal 205 20 211 3 130 0 56 452 117 36
Binary 10000101 10000 10001001 11 1011000 0 101110 100101010 1001111 11110

Color Harmonies of #851089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851089

Black with #851089

Text Example


Text Example

White with #851089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851089; }

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

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

background-color css

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

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

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

border-color css

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

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

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