Html Css Color HEX #970985 Dark Magenta

📋 copy color: '#970985'

red 151 ◦ green 9 ◦ blue 133

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

Shades of Dark Magenta #970985

Tints of Dark Magenta #970985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

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

R = 51.54%
G = 3.07%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#970985 (or 0x970985) is known color: Dark Magenta. HEX triplet: 97, 09 and 85. RGB value is (151,9,133). Sum of RGB (Red+Green+Blue) = 151+9+133=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #970985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970985 is #68F67A. Grayscale: #414141. Windows color (decimal): -6878843 or 8718743. OLE color: 8718743.

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

Color convert

RGB 151 9 133 -
CMYK 0 0.94 0.12 0.41
HSL 307.61º 0.89% 0.31% -
HSV(B) 307.61º 0.94% 0.59% -
XYZ 17.09 8.47 22.92 -
YUV 65.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 151 9 133 0 0.94 0.12 0.41 307.61 0.89 0.31
Hex 97 9 85 0 5E C 29 134 59 1F
Octal 227 11 205 0 136 14 51 464 131 37
Binary 10010111 1001 10000101 0 1011110 1100 101001 100110100 1011001 11111

Color Harmonies of #970985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970985

Black with #970985

Text Example


Text Example

White with #970985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970985; }

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

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

background-color css

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

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

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

border-color css

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

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

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