Html Css Color HEX #970192 Dark Magenta

📋 copy color: '#970192'

red 151 ◦ green 1 ◦ blue 146

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

Shades of Dark Magenta #970192

Tints of Dark Magenta #970192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.99%

R = 50.67%
G = 0.34%
B = 48.99%

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

#970192 (or 0x970192) is known color: Dark Magenta. HEX triplet: 97, 01 and 92. RGB value is (151,1,146). Sum of RGB (Red+Green+Blue) = 151+1+146=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #970192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970192 is #68FE6D. Grayscale: #3D3D3D. Windows color (decimal): -6880878 or 9568663. OLE color: 9568663.

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

Color convert

RGB 151 1 146 -
CMYK 0 0.99 0.03 0.41
HSL 302º 0.99% 0.3% -
HSV(B) 302º 0.99% 0.59% -
XYZ 17.96 8.68 27.92 -
YUV 62.38 175.2 191.21 -
System Red Green Blue C M Y K H S L
Decimal 151 1 146 0 0.99 0.03 0.41 302 0.99 0.3
Hex 97 1 92 0 63 3 29 12E 63 1E
Octal 227 1 222 0 143 3 51 456 143 36
Binary 10010111 1 10010010 0 1100011 11 101001 100101110 1100011 11110

Color Harmonies of #970192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970192

Black with #970192

Text Example


Text Example

White with #970192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970192; }

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

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

background-color css

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

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

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

border-color css

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

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

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