Html Css Color HEX #85169C Dark Magenta

📋 copy color: '#85169C'

red 133 ◦ green 22 ◦ blue 156

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

Shades of Dark Magenta #85169C

Tints of Dark Magenta #85169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.07%

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

R = 42.77%
G = 7.07%
B = 50.16%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85169C (or 0x85169C) is known color: Dark Magenta. HEX triplet: 85, 16 and 9C. RGB value is (133,22,156). Sum of RGB (Red+Green+Blue) = 133+22+156=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #85169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85169C is #7AE963. Grayscale: #464646. Windows color (decimal): -8055140 or 10229381. OLE color: 10229381.

HSL color Cylindrical-coordinate representation of color #85169C: hue angle of 289.7º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85169C is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 22 156 -
CMYK 0.15 0.86 0 0.39
HSL 289.7º 0.75% 0.35% -
HSV(B) 289.7º 0.86% 0.61% -
XYZ 15.96 7.96 32.15 -
YUV 70.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 133 22 156 0.15 0.86 0 0.39 289.7 0.75 0.35
Hex 85 16 9C F 56 0 27 122 4B 23
Octal 205 26 234 17 126 0 47 442 113 43
Binary 10000101 10110 10011100 1111 1010110 0 100111 100100010 1001011 100011

Color Harmonies of #85169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85169C

Black with #85169C

Text Example


Text Example

White with #85169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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