Html Css Color HEX #850796 Dark Magenta

📋 copy color: '#850796'

red 133 ◦ green 7 ◦ blue 150

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

Shades of Dark Magenta #850796

Tints of Dark Magenta #850796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

 BLUE value IS 150 (58.98% from 255) = 51.72%

R = 45.86%
G = 2.41%
B = 51.72%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#850796 (or 0x850796) is known color: Dark Magenta. HEX triplet: 85, 07 and 96. RGB value is (133,7,150). Sum of RGB (Red+Green+Blue) = 133+7+150=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #850796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850796 is #7AF869. Grayscale: #3C3C3C. Windows color (decimal): -8058986 or 9832325. OLE color: 9832325.

HSL color Cylindrical-coordinate representation of color #850796: hue angle of 292.87º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850796 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 7 150 -
CMYK 0.11 0.95 0 0.41
HSL 292.87º 0.91% 0.31% -
HSV(B) 292.87º 0.95% 0.59% -
XYZ 15.25 7.34 29.47 -
YUV 60.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 133 7 150 0.11 0.95 0 0.41 292.87 0.91 0.31
Hex 85 7 96 B 5F 0 29 125 5B 1F
Octal 205 7 226 13 137 0 51 445 133 37
Binary 10000101 111 10010110 1011 1011111 0 101001 100100101 1011011 11111

Color Harmonies of #850796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850796

Black with #850796

Text Example


Text Example

White with #850796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850796; }

 p { color: rgb(133,7,150); }

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

background-color css

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

 a { background-color: rgb(133,7,150); }

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

border-color css

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

 span { border-color: rgb(133,7,150); }

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