Html Css Color HEX #85108C Dark Magenta

📋 copy color: '#85108C'

red 133 ◦ green 16 ◦ blue 140

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

Shades of Dark Magenta #85108C

Tints of Dark Magenta #85108C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 46.02%
G = 5.54%
B = 48.44%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85108C (or 0x85108C) is known color: Dark Magenta. HEX triplet: 85, 10 and 8C. RGB value is (133,16,140). Sum of RGB (Red+Green+Blue) = 133+16+140=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #85108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85108C is #7AEF73. Grayscale: #404040. Windows color (decimal): -8056692 or 9179269. OLE color: 9179269.

HSL color Cylindrical-coordinate representation of color #85108C: hue angle of 296.61º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85108C is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 16 140 -
CMYK 0.05 0.89 0 0.45
HSL 296.61º 0.79% 0.31% -
HSV(B) 296.61º 0.89% 0.55% -
XYZ 14.59 7.25 25.44 -
YUV 65.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 133 16 140 0.05 0.89 0 0.45 296.61 0.79 0.31
Hex 85 10 8C 5 59 0 2D 129 4F 1F
Octal 205 20 214 5 131 0 55 451 117 37
Binary 10000101 10000 10001100 101 1011001 0 101101 100101001 1001111 11111

Color Harmonies of #85108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85108C

Black with #85108C

Text Example


Text Example

White with #85108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85108C; }

 p { color: rgb(133,16,140); }

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

background-color css

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

 a { background-color: rgb(133,16,140); }

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

border-color css

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

 span { border-color: rgb(133,16,140); }

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