Html Css Color HEX #970193 Dark Magenta

📋 copy color: '#970193'

red 151 ◦ green 1 ◦ blue 147

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

Shades of Dark Magenta #970193

Tints of Dark Magenta #970193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 50.5%
G = 0.33%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#970193 (or 0x970193) is known color: Dark Magenta. HEX triplet: 97, 01 and 93. RGB value is (151,1,147). Sum of RGB (Red+Green+Blue) = 151+1+147=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #970193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970193 is #68FE6C. Grayscale: #3E3E3E. Windows color (decimal): -6880877 or 9634199. OLE color: 9634199.

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

Color convert

RGB 151 1 147 -
CMYK 0 0.99 0.03 0.41
HSL 301.6º 0.99% 0.3% -
HSV(B) 301.6º 0.99% 0.59% -
XYZ 18.04 8.71 28.33 -
YUV 62.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 151 1 147 0 0.99 0.03 0.41 301.6 0.99 0.3
Hex 97 1 93 0 63 3 29 12E 63 1E
Octal 227 1 223 0 143 3 51 456 143 36
Binary 10010111 1 10010011 0 1100011 11 101001 100101110 1100011 11110

Color Harmonies of #970193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970193

Black with #970193

Text Example


Text Example

White with #970193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970193; }

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

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

background-color css

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

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

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

border-color css

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

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

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