Html Css Color HEX #970195 Dark Magenta

📋 copy color: '#970195'

red 151 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #970195

Tints of Dark Magenta #970195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 50.17%
G = 0.33%
B = 49.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#970195 (or 0x970195) is known color: Dark Magenta. HEX triplet: 97, 01 and 95. RGB value is (151,1,149). Sum of RGB (Red+Green+Blue) = 151+1+149=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #970195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970195 is #68FE6A. Grayscale: #3E3E3E. Windows color (decimal): -6880875 or 9765271. OLE color: 9765271.

HSL color Cylindrical-coordinate representation of color #970195: hue angle of 300.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970195 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 149 -
CMYK 0 0.99 0.01 0.41
HSL 300.8º 0.99% 0.3% -
HSV(B) 300.8º 0.99% 0.59% -
XYZ 18.2 8.77 29.17 -
YUV 62.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 151 1 149 0 0.99 0.01 0.41 300.8 0.99 0.3
Hex 97 1 95 0 63 1 29 12D 63 1E
Octal 227 1 225 0 143 1 51 455 143 36
Binary 10010111 1 10010101 0 1100011 1 101001 100101101 1100011 11110

Color Harmonies of #970195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970195

Black with #970195

Text Example


Text Example

White with #970195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970195; }

 p { color: rgb(151,1,149); }

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

background-color css

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

 a { background-color: rgb(151,1,149); }

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

border-color css

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

 span { border-color: rgb(151,1,149); }

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