Html Css Color HEX #85079B Dark Magenta

📋 copy color: '#85079B'

red 133 ◦ green 7 ◦ blue 155

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

Shades of Dark Magenta #85079B

Tints of Dark Magenta #85079B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.37%

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

R = 45.08%
G = 2.37%
B = 52.54%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85079B (or 0x85079B) is known color: Dark Magenta. HEX triplet: 85, 07 and 9B. RGB value is (133,7,155). Sum of RGB (Red+Green+Blue) = 133+7+155=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #85079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85079B is #7AF864. Grayscale: #3D3D3D. Windows color (decimal): -8058981 or 10160005. OLE color: 10160005.

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

Color convert

RGB 133 7 155 -
CMYK 0.14 0.95 0 0.39
HSL 291.08º 0.91% 0.32% -
HSV(B) 291.08º 0.95% 0.61% -
XYZ 15.67 7.51 31.63 -
YUV 61.55 180.74 178.97 -
System Red Green Blue C M Y K H S L
Decimal 133 7 155 0.14 0.95 0 0.39 291.08 0.91 0.32
Hex 85 7 9B E 5F 0 27 123 5B 20
Octal 205 7 233 16 137 0 47 443 133 40
Binary 10000101 111 10011011 1110 1011111 0 100111 100100011 1011011 100000

Color Harmonies of #85079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85079B

Black with #85079B

Text Example


Text Example

White with #85079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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