Html Css Color HEX #85158B Dark Magenta

📋 copy color: '#85158B'

red 133 ◦ green 21 ◦ blue 139

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

Shades of Dark Magenta #85158B

Tints of Dark Magenta #85158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

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

R = 45.39%
G = 7.17%
B = 47.44%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85158B (or 0x85158B) is known color: Dark Magenta. HEX triplet: 85, 15 and 8B. RGB value is (133,21,139). Sum of RGB (Red+Green+Blue) = 133+21+139=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #85158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85158B is #7AEA74. Grayscale: #434343. Windows color (decimal): -8055413 or 9115013. OLE color: 9115013.

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

Color convert

RGB 133 21 139 -
CMYK 0.04 0.85 0 0.45
HSL 296.95º 0.74% 0.31% -
HSV(B) 296.95º 0.85% 0.55% -
XYZ 14.6 7.39 25.08 -
YUV 67.94 168.11 174.41 -
System Red Green Blue C M Y K H S L
Decimal 133 21 139 0.04 0.85 0 0.45 296.95 0.74 0.31
Hex 85 15 8B 4 55 0 2D 129 4A 1F
Octal 205 25 213 4 125 0 55 451 112 37
Binary 10000101 10101 10001011 100 1010101 0 101101 100101001 1001010 11111

Color Harmonies of #85158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85158B

Black with #85158B

Text Example


Text Example

White with #85158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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