Html Css Color HEX #850692 Dark Magenta

📋 copy color: '#850692'

red 133 ◦ green 6 ◦ blue 146

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

Shades of Dark Magenta #850692

Tints of Dark Magenta #850692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.23%

R = 46.67%
G = 2.11%
B = 51.23%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#850692 (or 0x850692) is known color: Dark Magenta. HEX triplet: 85, 06 and 92. RGB value is (133,6,146). Sum of RGB (Red+Green+Blue) = 133+6+146=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #850692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850692 is #7AF96D. Grayscale: #3B3B3B. Windows color (decimal): -8059246 or 9569925. OLE color: 9569925.

HSL color Cylindrical-coordinate representation of color #850692: hue angle of 294.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850692 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 6 146 -
CMYK 0.09 0.96 0 0.43
HSL 294.43º 0.92% 0.3% -
HSV(B) 294.43º 0.96% 0.57% -
XYZ 14.93 7.19 27.8 -
YUV 59.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 133 6 146 0.09 0.96 0 0.43 294.43 0.92 0.3
Hex 85 6 92 9 60 0 2B 126 5C 1E
Octal 205 6 222 11 140 0 53 446 134 36
Binary 10000101 110 10010010 1001 1100000 0 101011 100100110 1011100 11110

Color Harmonies of #850692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850692

Black with #850692

Text Example


Text Example

White with #850692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850692; }

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

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

background-color css

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

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

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

border-color css

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

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

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