Html Css Color HEX #85068E Dark Magenta

📋 copy color: '#85068E'

red 133 ◦ green 6 ◦ blue 142

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

Shades of Dark Magenta #85068E

Tints of Dark Magenta #85068E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.53%

R = 47.33%
G = 2.14%
B = 50.53%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85068E (or 0x85068E) is known color: Dark Magenta. HEX triplet: 85, 06 and 8E. RGB value is (133,6,142). Sum of RGB (Red+Green+Blue) = 133+6+142=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #85068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85068E is #7AF971. Grayscale: #3B3B3B. Windows color (decimal): -8059250 or 9307781. OLE color: 9307781.

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

Color convert

RGB 133 6 142 -
CMYK 0.06 0.96 0 0.44
HSL 296.03º 0.92% 0.29% -
HSV(B) 296.03º 0.96% 0.56% -
XYZ 14.62 7.07 26.19 -
YUV 59.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 133 6 142 0.06 0.96 0 0.44 296.03 0.92 0.29
Hex 85 6 8E 6 60 0 2C 128 5C 1D
Octal 205 6 216 6 140 0 54 450 134 35
Binary 10000101 110 10001110 110 1100000 0 101100 100101000 1011100 11101

Color Harmonies of #85068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85068E

Black with #85068E

Text Example


Text Example

White with #85068E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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