Html Css Color HEX #850190 Dark Magenta

📋 copy color: '#850190'

red 133 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #850190

Tints of Dark Magenta #850190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 144 (56.64% from 255) = 51.8%

R = 47.84%
G = 0.36%
B = 51.8%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#850190 (or 0x850190) is known color: Dark Magenta. HEX triplet: 85, 01 and 90. RGB value is (133,1,144). Sum of RGB (Red+Green+Blue) = 133+1+144=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #850190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850190 is #7AFE6F. Grayscale: #383838. Windows color (decimal): -8060528 or 9437573. OLE color: 9437573.

HSL color Cylindrical-coordinate representation of color #850190: hue angle of 295.38º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850190 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 1 144 -
CMYK 0.08 0.99 0 0.44
HSL 295.38º 0.99% 0.28% -
HSV(B) 295.38º 0.99% 0.56% -
XYZ 14.72 7.02 26.97 -
YUV 56.77 177.23 182.37 -
System Red Green Blue C M Y K H S L
Decimal 133 1 144 0.08 0.99 0 0.44 295.38 0.99 0.28
Hex 85 1 90 8 63 0 2C 127 63 1C
Octal 205 1 220 10 143 0 54 447 143 34
Binary 10000101 1 10010000 1000 1100011 0 101100 100100111 1100011 11100

Color Harmonies of #850190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850190

Black with #850190

Text Example


Text Example

White with #850190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850190; }

 p { color: rgb(133,1,144); }

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

background-color css

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

 a { background-color: rgb(133,1,144); }

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

border-color css

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

 span { border-color: rgb(133,1,144); }

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