Html Css Color HEX #85078B Dark Magenta

📋 copy color: '#85078B'

red 133 ◦ green 7 ◦ blue 139

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

Shades of Dark Magenta #85078B

Tints of Dark Magenta #85078B

RGB

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

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

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

R = 47.67%
G = 2.51%
B = 49.82%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85078B (or 0x85078B) is known color: Dark Magenta. HEX triplet: 85, 07 and 8B. RGB value is (133,7,139). Sum of RGB (Red+Green+Blue) = 133+7+139=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #85078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85078B is #7AF874. Grayscale: #3B3B3B. Windows color (decimal): -8058997 or 9111429. OLE color: 9111429.

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

Color convert

RGB 133 7 139 -
CMYK 0.04 0.95 0 0.45
HSL 297.27º 0.9% 0.29% -
HSV(B) 297.27º 0.95% 0.55% -
XYZ 14.41 7 25.02 -
YUV 59.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 133 7 139 0.04 0.95 0 0.45 297.27 0.9 0.29
Hex 85 7 8B 4 5F 0 2D 129 5A 1D
Octal 205 7 213 4 137 0 55 451 132 35
Binary 10000101 111 10001011 100 1011111 0 101101 100101001 1011010 11101

Color Harmonies of #85078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85078B

Black with #85078B

Text Example


Text Example

White with #85078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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