Html Css Color HEX #85138E Dark Magenta

📋 copy color: '#85138E'

red 133 ◦ green 19 ◦ blue 142

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

Shades of Dark Magenta #85138E

Tints of Dark Magenta #85138E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 45.24%
G = 6.46%
B = 48.3%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85138E (or 0x85138E) is known color: Dark Magenta. HEX triplet: 85, 13 and 8E. RGB value is (133,19,142). Sum of RGB (Red+Green+Blue) = 133+19+142=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #85138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85138E is #7AEC71. Grayscale: #424242. Windows color (decimal): -8055922 or 9311109. OLE color: 9311109.

HSL color Cylindrical-coordinate representation of color #85138E: hue angle of 295.61º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85138E is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 19 142 -
CMYK 0.06 0.87 0 0.44
HSL 295.61º 0.76% 0.32% -
HSV(B) 295.61º 0.87% 0.56% -
XYZ 14.79 7.41 26.24 -
YUV 67.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 133 19 142 0.06 0.87 0 0.44 295.61 0.76 0.32
Hex 85 13 8E 6 57 0 2C 128 4C 20
Octal 205 23 216 6 127 0 54 450 114 40
Binary 10000101 10011 10001110 110 1010111 0 101100 100101000 1001100 100000

Color Harmonies of #85138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85138E

Black with #85138E

Text Example


Text Example

White with #85138E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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