Html Css Color HEX #970685 Dark Magenta

📋 copy color: '#970685'

red 151 ◦ green 6 ◦ blue 133

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

Shades of Dark Magenta #970685

Tints of Dark Magenta #970685

RGB

 RED value IS 151 (59.38% from 255) = 52.07%

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

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

R = 52.07%
G = 2.07%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#970685 (or 0x970685) is known color: Dark Magenta. HEX triplet: 97, 06 and 85. RGB value is (151,6,133). Sum of RGB (Red+Green+Blue) = 151+6+133=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #970685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970685 is #68F97A. Grayscale: #3F3F3F. Windows color (decimal): -6879611 or 8717975. OLE color: 8717975.

HSL color Cylindrical-coordinate representation of color #970685: hue angle of 307.45º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970685 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 6 133 -
CMYK 0 0.96 0.12 0.41
HSL 307.45º 0.92% 0.31% -
HSV(B) 307.45º 0.96% 0.59% -
XYZ 17.06 8.4 22.91 -
YUV 63.83 167.04 190.17 -
System Red Green Blue C M Y K H S L
Decimal 151 6 133 0 0.96 0.12 0.41 307.45 0.92 0.31
Hex 97 6 85 0 60 C 29 133 5C 1F
Octal 227 6 205 0 140 14 51 463 134 37
Binary 10010111 110 10000101 0 1100000 1100 101001 100110011 1011100 11111

Color Harmonies of #970685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970685

Black with #970685

Text Example


Text Example

White with #970685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970685; }

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

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

background-color css

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

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

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

border-color css

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

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

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