Html Css Color HEX #85198D Dark Magenta

📋 copy color: '#85198D'

red 133 ◦ green 25 ◦ blue 141

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

Shades of Dark Magenta #85198D

Tints of Dark Magenta #85198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

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

R = 44.48%
G = 8.36%
B = 47.16%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85198D (or 0x85198D) is known color: Dark Magenta. HEX triplet: 85, 19 and 8D. RGB value is (133,25,141). Sum of RGB (Red+Green+Blue) = 133+25+141=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #85198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85198D is #7AE672. Grayscale: #464646. Windows color (decimal): -8054387 or 9247109. OLE color: 9247109.

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

Color convert

RGB 133 25 141 -
CMYK 0.06 0.82 0 0.45
HSL 295.86º 0.7% 0.33% -
HSV(B) 295.86º 0.82% 0.55% -
XYZ 14.83 7.6 25.89 -
YUV 70.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 133 25 141 0.06 0.82 0 0.45 295.86 0.7 0.33
Hex 85 19 8D 6 52 0 2D 128 46 21
Octal 205 31 215 6 122 0 55 450 106 41
Binary 10000101 11001 10001101 110 1010010 0 101101 100101000 1000110 100001

Color Harmonies of #85198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85198D

Black with #85198D

Text Example


Text Example

White with #85198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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