Html Css Color HEX #85109C Dark Magenta

📋 copy color: '#85109C'

red 133 ◦ green 16 ◦ blue 156

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

Shades of Dark Magenta #85109C

Tints of Dark Magenta #85109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.15%

R = 43.61%
G = 5.25%
B = 51.15%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85109C (or 0x85109C) is known color: Dark Magenta. HEX triplet: 85, 10 and 9C. RGB value is (133,16,156). Sum of RGB (Red+Green+Blue) = 133+16+156=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #85109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85109C is #7AEF63. Grayscale: #424242. Windows color (decimal): -8056676 or 10227845. OLE color: 10227845.

HSL color Cylindrical-coordinate representation of color #85109C: hue angle of 290.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85109C is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 16 156 -
CMYK 0.15 0.90 0 0.39
HSL 290.14º 0.81% 0.34% -
HSV(B) 290.14º 0.9% 0.61% -
XYZ 15.86 7.76 32.11 -
YUV 66.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 133 16 156 0.15 0.90 0 0.39 290.14 0.81 0.34
Hex 85 10 9C F 5A 0 27 122 51 22
Octal 205 20 234 17 132 0 47 442 121 42
Binary 10000101 10000 10011100 1111 1011010 0 100111 100100010 1010001 100010

Color Harmonies of #85109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85109C

Black with #85109C

Text Example


Text Example

White with #85109C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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