Html Css Color HEX #851090 Dark Magenta

📋 copy color: '#851090'

red 133 ◦ green 16 ◦ blue 144

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

Shades of Dark Magenta #851090

Tints of Dark Magenta #851090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.15%

R = 45.39%
G = 5.46%
B = 49.15%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#851090 (or 0x851090) is known color: Dark Magenta. HEX triplet: 85, 10 and 90. RGB value is (133,16,144). Sum of RGB (Red+Green+Blue) = 133+16+144=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #851090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851090 is #7AEF6F. Grayscale: #414141. Windows color (decimal): -8056688 or 9441413. OLE color: 9441413.

HSL color Cylindrical-coordinate representation of color #851090: hue angle of 294.84º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851090 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 16 144 -
CMYK 0.08 0.89 0 0.44
HSL 294.84º 0.8% 0.31% -
HSV(B) 294.84º 0.89% 0.56% -
XYZ 14.89 7.37 27.02 -
YUV 65.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 133 16 144 0.08 0.89 0 0.44 294.84 0.8 0.31
Hex 85 10 90 8 59 0 2C 127 50 1F
Octal 205 20 220 10 131 0 54 447 120 37
Binary 10000101 10000 10010000 1000 1011001 0 101100 100100111 1010000 11111

Color Harmonies of #851090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851090

Black with #851090

Text Example


Text Example

White with #851090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851090; }

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

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

background-color css

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

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

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

border-color css

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

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

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