Html Css Color HEX #850699 Dark Magenta

📋 copy color: '#850699'

red 133 ◦ green 6 ◦ blue 153

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

Shades of Dark Magenta #850699

Tints of Dark Magenta #850699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 45.55%
G = 2.05%
B = 52.4%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#850699 (or 0x850699) is known color: Dark Magenta. HEX triplet: 85, 06 and 99. RGB value is (133,6,153). Sum of RGB (Red+Green+Blue) = 133+6+153=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #850699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850699 is #7AF966. Grayscale: #3C3C3C. Windows color (decimal): -8059239 or 10028677. OLE color: 10028677.

HSL color Cylindrical-coordinate representation of color #850699: hue angle of 291.84º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850699 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 6 153 -
CMYK 0.13 0.96 0 0.4
HSL 291.84º 0.92% 0.31% -
HSV(B) 291.84º 0.96% 0.6% -
XYZ 15.49 7.42 30.75 -
YUV 60.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 133 6 153 0.13 0.96 0 0.4 291.84 0.92 0.31
Hex 85 6 99 D 60 0 28 124 5C 1F
Octal 205 6 231 15 140 0 50 444 134 37
Binary 10000101 110 10011001 1101 1100000 0 101000 100100100 1011100 11111

Color Harmonies of #850699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850699

Black with #850699

Text Example


Text Example

White with #850699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850699; }

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

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

background-color css

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

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

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

border-color css

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

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

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