Html Css Color HEX #85148B Dark Magenta

📋 copy color: '#85148B'

red 133 ◦ green 20 ◦ blue 139

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

Shades of Dark Magenta #85148B

Tints of Dark Magenta #85148B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 45.55%
G = 6.85%
B = 47.6%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85148B (or 0x85148B) is known color: Dark Magenta. HEX triplet: 85, 14 and 8B. RGB value is (133,20,139). Sum of RGB (Red+Green+Blue) = 133+20+139=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #85148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85148B is #7AEB74. Grayscale: #424242. Windows color (decimal): -8055669 or 9114757. OLE color: 9114757.

HSL color Cylindrical-coordinate representation of color #85148B: hue angle of 296.97º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85148B is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 20 139 -
CMYK 0.04 0.86 0 0.45
HSL 296.97º 0.75% 0.31% -
HSV(B) 296.97º 0.86% 0.55% -
XYZ 14.58 7.35 25.08 -
YUV 67.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 133 20 139 0.04 0.86 0 0.45 296.97 0.75 0.31
Hex 85 14 8B 4 56 0 2D 129 4B 1F
Octal 205 24 213 4 126 0 55 451 113 37
Binary 10000101 10100 10001011 100 1010110 0 101101 100101001 1001011 11111

Color Harmonies of #85148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85148B

Black with #85148B

Text Example


Text Example

White with #85148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85148B; }

 p { color: rgb(133,20,139); }

 H1.HeaderClassName
 {
   color: #85148B;
 }
 .AnyTagClassName
 {
   color: #85148B;
 }
</style>

background-color css

<style>
 a { background-color: #85148B; }

 a { background-color: rgb(133,20,139); }

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

border-color css

<style>
 span { border-color: #85148B; }

 span { border-color: rgb(133,20,139); }

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