Html Css Color HEX #851990 Dark Magenta

📋 copy color: '#851990'

red 133 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #851990

Tints of Dark Magenta #851990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

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

R = 44.04%
G = 8.28%
B = 47.68%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#851990 (or 0x851990) is known color: Dark Magenta. HEX triplet: 85, 19 and 90. RGB value is (133,25,144). Sum of RGB (Red+Green+Blue) = 133+25+144=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #851990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851990 is #7AE66F. Grayscale: #464646. Windows color (decimal): -8054384 or 9443717. OLE color: 9443717.

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

Color convert

RGB 133 25 144 -
CMYK 0.08 0.83 0 0.44
HSL 294.45º 0.7% 0.33% -
HSV(B) 294.45º 0.83% 0.56% -
XYZ 15.05 7.7 27.08 -
YUV 70.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 133 25 144 0.08 0.83 0 0.44 294.45 0.7 0.33
Hex 85 19 90 8 53 0 2C 126 46 21
Octal 205 31 220 10 123 0 54 446 106 41
Binary 10000101 11001 10010000 1000 1010011 0 101100 100100110 1000110 100001

Color Harmonies of #851990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851990

Black with #851990

Text Example


Text Example

White with #851990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851990; }

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

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

background-color css

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

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

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

border-color css

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

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

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