Html Css Color HEX #85068C Dark Magenta

📋 copy color: '#85068C'

red 133 ◦ green 6 ◦ blue 140

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

Shades of Dark Magenta #85068C

Tints of Dark Magenta #85068C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

 BLUE value IS 140 (55.08% from 255) = 50.18%

R = 47.67%
G = 2.15%
B = 50.18%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85068C (or 0x85068C) is known color: Dark Magenta. HEX triplet: 85, 06 and 8C. RGB value is (133,6,140). Sum of RGB (Red+Green+Blue) = 133+6+140=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #85068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85068C is #7AF973. Grayscale: #3A3A3A. Windows color (decimal): -8059252 or 9176709. OLE color: 9176709.

HSL color Cylindrical-coordinate representation of color #85068C: hue angle of 296.87º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85068C is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 6 140 -
CMYK 0.05 0.96 0 0.45
HSL 296.87º 0.92% 0.29% -
HSV(B) 296.87º 0.96% 0.55% -
XYZ 14.47 7.01 25.4 -
YUV 59.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 133 6 140 0.05 0.96 0 0.45 296.87 0.92 0.29
Hex 85 6 8C 5 60 0 2D 129 5C 1D
Octal 205 6 214 5 140 0 55 451 134 35
Binary 10000101 110 10001100 101 1100000 0 101101 100101001 1011100 11101

Color Harmonies of #85068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85068C

Black with #85068C

Text Example


Text Example

White with #85068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85068C; }

 p { color: rgb(133,6,140); }

 H1.HeaderClassName
 {
   color: #85068C;
 }
 .AnyTagClassName
 {
   color: #85068C;
 }
</style>

background-color css

<style>
 a { background-color: #85068C; }

 a { background-color: rgb(133,6,140); }

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

border-color css

<style>
 span { border-color: #85068C; }

 span { border-color: rgb(133,6,140); }

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