Html Css Color HEX #85188D Dark Magenta

📋 copy color: '#85188D'

red 133 ◦ green 24 ◦ blue 141

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

Shades of Dark Magenta #85188D

Tints of Dark Magenta #85188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 44.63%
G = 8.05%
B = 47.32%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85188D (or 0x85188D) is known color: Dark Magenta. HEX triplet: 85, 18 and 8D. RGB value is (133,24,141). Sum of RGB (Red+Green+Blue) = 133+24+141=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #85188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85188D is #7AE772. Grayscale: #454545. Windows color (decimal): -8054643 or 9246853. OLE color: 9246853.

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

Color convert

RGB 133 24 141 -
CMYK 0.06 0.83 0 0.45
HSL 295.9º 0.71% 0.32% -
HSV(B) 295.9º 0.83% 0.55% -
XYZ 14.81 7.56 25.88 -
YUV 69.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 133 24 141 0.06 0.83 0 0.45 295.9 0.71 0.32
Hex 85 18 8D 6 53 0 2D 128 47 20
Octal 205 30 215 6 123 0 55 450 107 40
Binary 10000101 11000 10001101 110 1010011 0 101101 100101000 1000111 100000

Color Harmonies of #85188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85188D

Black with #85188D

Text Example


Text Example

White with #85188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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