Html Css Color HEX #850C90 Dark Magenta

📋 copy color: '#850C90'

red 133 ◦ green 12 ◦ blue 144

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

Shades of Dark Magenta #850C90

Tints of Dark Magenta #850C90

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.15%

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

R = 46.02%
G = 4.15%
B = 49.83%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#850C90 (or 0x850C90) is known color: Dark Magenta. HEX triplet: 85, 0C and 90. RGB value is (133,12,144). Sum of RGB (Red+Green+Blue) = 133+12+144=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #850C90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850C90 is #7AF36F. Grayscale: #3E3E3E. Windows color (decimal): -8057712 or 9440389. OLE color: 9440389.

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

Color convert

RGB 133 12 144 -
CMYK 0.08 0.92 0 0.44
HSL 295º 0.85% 0.31% -
HSV(B) 295º 0.92% 0.56% -
XYZ 14.84 7.26 27.01 -
YUV 63.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 133 12 144 0.08 0.92 0 0.44 295 0.85 0.31
Hex 85 C 90 8 5C 0 2C 127 55 1F
Octal 205 14 220 10 134 0 54 447 125 37
Binary 10000101 1100 10010000 1000 1011100 0 101100 100100111 1010101 11111

Color Harmonies of #850C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C90

Black with #850C90

Text Example


Text Example

White with #850C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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