Html Css Color HEX #85029B Dark Magenta

📋 copy color: '#85029B'

red 133 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #85029B

Tints of Dark Magenta #85029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 155 (60.94% from 255) = 53.45%

R = 45.86%
G = 0.69%
B = 53.45%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85029B (or 0x85029B) is known color: Dark Magenta. HEX triplet: 85, 02 and 9B. RGB value is (133,2,155). Sum of RGB (Red+Green+Blue) = 133+2+155=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #85029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85029B is #7AFD64. Grayscale: #3A3A3A. Windows color (decimal): -8060261 or 10158725. OLE color: 10158725.

HSL color Cylindrical-coordinate representation of color #85029B: hue angle of 291.37º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85029B is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 2 155 -
CMYK 0.14 0.99 0 0.39
HSL 291.37º 0.97% 0.31% -
HSV(B) 291.37º 0.99% 0.61% -
XYZ 15.61 7.4 31.62 -
YUV 58.61 182.4 181.06 -
System Red Green Blue C M Y K H S L
Decimal 133 2 155 0.14 0.99 0 0.39 291.37 0.97 0.31
Hex 85 2 9B E 63 0 27 123 61 1F
Octal 205 2 233 16 143 0 47 443 141 37
Binary 10000101 10 10011011 1110 1100011 0 100111 100100011 1100001 11111

Color Harmonies of #85029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85029B

Black with #85029B

Text Example


Text Example

White with #85029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,2,155); }

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

background-color css

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

 a { background-color: rgb(133,2,155); }

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

border-color css

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

 span { border-color: rgb(133,2,155); }

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