Html Css Color HEX #850992 Dark Magenta

📋 copy color: '#850992'

red 133 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #850992

Tints of Dark Magenta #850992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.13%

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

R = 46.18%
G = 3.13%
B = 50.69%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#850992 (or 0x850992) is known color: Dark Magenta. HEX triplet: 85, 09 and 92. RGB value is (133,9,146). Sum of RGB (Red+Green+Blue) = 133+9+146=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #850992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850992 is #7AF66D. Grayscale: #3D3D3D. Windows color (decimal): -8058478 or 9570693. OLE color: 9570693.

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

Color convert

RGB 133 9 146 -
CMYK 0.09 0.94 0 0.43
HSL 294.31º 0.88% 0.3% -
HSV(B) 294.31º 0.94% 0.57% -
XYZ 14.96 7.26 27.81 -
YUV 61.69 175.58 178.86 -
System Red Green Blue C M Y K H S L
Decimal 133 9 146 0.09 0.94 0 0.43 294.31 0.88 0.3
Hex 85 9 92 9 5E 0 2B 126 58 1E
Octal 205 11 222 11 136 0 53 446 130 36
Binary 10000101 1001 10010010 1001 1011110 0 101011 100100110 1011000 11110

Color Harmonies of #850992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850992

Black with #850992

Text Example


Text Example

White with #850992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850992; }

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

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

background-color css

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

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

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

border-color css

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

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

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