Html Css Color HEX #85168D Dark Magenta

📋 copy color: '#85168D'

red 133 ◦ green 22 ◦ blue 141

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

Shades of Dark Magenta #85168D

Tints of Dark Magenta #85168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.64%

R = 44.93%
G = 7.43%
B = 47.64%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85168D (or 0x85168D) is known color: Dark Magenta. HEX triplet: 85, 16 and 8D. RGB value is (133,22,141). Sum of RGB (Red+Green+Blue) = 133+22+141=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #85168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85168D is #7AE972. Grayscale: #444444. Windows color (decimal): -8055155 or 9246341. OLE color: 9246341.

HSL color Cylindrical-coordinate representation of color #85168D: hue angle of 295.97º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85168D is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 22 141 -
CMYK 0.06 0.84 0 0.45
HSL 295.97º 0.73% 0.32% -
HSV(B) 295.97º 0.84% 0.55% -
XYZ 14.77 7.48 25.87 -
YUV 68.76 168.77 173.82 -
System Red Green Blue C M Y K H S L
Decimal 133 22 141 0.06 0.84 0 0.45 295.97 0.73 0.32
Hex 85 16 8D 6 54 0 2D 128 49 20
Octal 205 26 215 6 124 0 55 450 111 40
Binary 10000101 10110 10001101 110 1010100 0 101101 100101000 1001001 100000

Color Harmonies of #85168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85168D

Black with #85168D

Text Example


Text Example

White with #85168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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