Html Css Color HEX #85138A Dark Magenta

📋 copy color: '#85138A'

red 133 ◦ green 19 ◦ blue 138

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

Shades of Dark Magenta #85138A

Tints of Dark Magenta #85138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

 BLUE value IS 138 (54.3% from 255) = 47.59%

R = 45.86%
G = 6.55%
B = 47.59%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#85138A (or 0x85138A) is known color: Dark Magenta. HEX triplet: 85, 13 and 8A. RGB value is (133,19,138). Sum of RGB (Red+Green+Blue) = 133+19+138=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #85138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85138A is #7AEC75. Grayscale: #424242. Windows color (decimal): -8055926 or 9048965. OLE color: 9048965.

HSL color Cylindrical-coordinate representation of color #85138A: hue angle of 297.48º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85138A is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 19 138 -
CMYK 0.04 0.86 0 0.46
HSL 297.48º 0.76% 0.31% -
HSV(B) 297.48º 0.86% 0.54% -
XYZ 14.49 7.29 24.69 -
YUV 66.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 133 19 138 0.04 0.86 0 0.46 297.48 0.76 0.31
Hex 85 13 8A 4 56 0 2E 129 4C 1F
Octal 205 23 212 4 126 0 56 451 114 37
Binary 10000101 10011 10001010 100 1010110 0 101110 100101001 1001100 11111

Color Harmonies of #85138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85138A

Black with #85138A

Text Example


Text Example

White with #85138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85138A; }

 p { color: rgb(133,19,138); }

 H1.HeaderClassName
 {
   color: #85138A;
 }
 .AnyTagClassName
 {
   color: #85138A;
 }
</style>

background-color css

<style>
 a { background-color: #85138A; }

 a { background-color: rgb(133,19,138); }

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

border-color css

<style>
 span { border-color: #85138A; }

 span { border-color: rgb(133,19,138); }

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