Html Css Color HEX #850892 Dark Magenta

📋 copy color: '#850892'

red 133 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #850892

Tints of Dark Magenta #850892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.79%

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

R = 46.34%
G = 2.79%
B = 50.87%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#850892 (or 0x850892) is known color: Dark Magenta. HEX triplet: 85, 08 and 92. RGB value is (133,8,146). Sum of RGB (Red+Green+Blue) = 133+8+146=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #850892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850892 is #7AF76D. Grayscale: #3C3C3C. Windows color (decimal): -8058734 or 9570437. OLE color: 9570437.

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

Color convert

RGB 133 8 146 -
CMYK 0.09 0.95 0 0.43
HSL 294.35º 0.9% 0.3% -
HSV(B) 294.35º 0.95% 0.57% -
XYZ 14.95 7.24 27.8 -
YUV 61.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 133 8 146 0.09 0.95 0 0.43 294.35 0.9 0.3
Hex 85 8 92 9 5F 0 2B 126 5A 1E
Octal 205 10 222 11 137 0 53 446 132 36
Binary 10000101 1000 10010010 1001 1011111 0 101011 100100110 1011010 11110

Color Harmonies of #850892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850892

Black with #850892

Text Example


Text Example

White with #850892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850892; }

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

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

background-color css

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

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

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

border-color css

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

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

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