Html Css Color HEX #850392 Dark Magenta

📋 copy color: '#850392'

red 133 ◦ green 3 ◦ blue 146

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

Shades of Dark Magenta #850392

Tints of Dark Magenta #850392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 47.16%
G = 1.06%
B = 51.77%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#850392 (or 0x850392) is known color: Dark Magenta. HEX triplet: 85, 03 and 92. RGB value is (133,3,146). Sum of RGB (Red+Green+Blue) = 133+3+146=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #850392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850392 is #7AFC6D. Grayscale: #393939. Windows color (decimal): -8060014 or 9569157. OLE color: 9569157.

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

Color convert

RGB 133 3 146 -
CMYK 0.09 0.98 0 0.43
HSL 294.55º 0.96% 0.29% -
HSV(B) 294.55º 0.98% 0.57% -
XYZ 14.89 7.13 27.78 -
YUV 58.17 177.57 181.37 -
System Red Green Blue C M Y K H S L
Decimal 133 3 146 0.09 0.98 0 0.43 294.55 0.96 0.29
Hex 85 3 92 9 62 0 2B 127 60 1D
Octal 205 3 222 11 142 0 53 447 140 35
Binary 10000101 11 10010010 1001 1100010 0 101011 100100111 1100000 11101

Color Harmonies of #850392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850392

Black with #850392

Text Example


Text Example

White with #850392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850392; }

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

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

background-color css

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

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

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

border-color css

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

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

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