Html Css Color HEX #970785 Dark Magenta

📋 copy color: '#970785'

red 151 ◦ green 7 ◦ blue 133

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

Shades of Dark Magenta #970785

Tints of Dark Magenta #970785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 51.89%
G = 2.41%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#970785 (or 0x970785) is known color: Dark Magenta. HEX triplet: 97, 07 and 85. RGB value is (151,7,133). Sum of RGB (Red+Green+Blue) = 151+7+133=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #970785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970785 is #68F87A. Grayscale: #404040. Windows color (decimal): -6879355 or 8718231. OLE color: 8718231.

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

Color convert

RGB 151 7 133 -
CMYK 0 0.95 0.12 0.41
HSL 307.5º 0.91% 0.31% -
HSV(B) 307.5º 0.95% 0.59% -
XYZ 17.07 8.42 22.92 -
YUV 64.42 166.71 189.75 -
System Red Green Blue C M Y K H S L
Decimal 151 7 133 0 0.95 0.12 0.41 307.5 0.91 0.31
Hex 97 7 85 0 5F C 29 134 5B 1F
Octal 227 7 205 0 137 14 51 464 133 37
Binary 10010111 111 10000101 0 1011111 1100 101001 100110100 1011011 11111

Color Harmonies of #970785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970785

Black with #970785

Text Example


Text Example

White with #970785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970785; }

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

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

background-color css

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

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

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

border-color css

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

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

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