Html Css Color HEX #970686 Dark Magenta

📋 copy color: '#970686'

red 151 ◦ green 6 ◦ blue 134

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

Shades of Dark Magenta #970686

Tints of Dark Magenta #970686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.05%

R = 51.89%
G = 2.06%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#970686 (or 0x970686) is known color: Dark Magenta. HEX triplet: 97, 06 and 86. RGB value is (151,6,134). Sum of RGB (Red+Green+Blue) = 151+6+134=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #970686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970686 is #68F979. Grayscale: #3F3F3F. Windows color (decimal): -6879610 or 8783511. OLE color: 8783511.

HSL color Cylindrical-coordinate representation of color #970686: hue angle of 307.03º 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 #970686 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 6 134 -
CMYK 0 0.96 0.11 0.41
HSL 307.03º 0.92% 0.31% -
HSV(B) 307.03º 0.96% 0.59% -
XYZ 17.13 8.43 23.28 -
YUV 63.95 167.54 190.09 -
System Red Green Blue C M Y K H S L
Decimal 151 6 134 0 0.96 0.11 0.41 307.03 0.92 0.31
Hex 97 6 86 0 60 B 29 133 5C 1F
Octal 227 6 206 0 140 13 51 463 134 37
Binary 10010111 110 10000110 0 1100000 1011 101001 100110011 1011100 11111

Color Harmonies of #970686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970686

Black with #970686

Text Example


Text Example

White with #970686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970686; }

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

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

background-color css

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

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

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

border-color css

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

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

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