Html Css Color HEX #970180 Dark Magenta

📋 copy color: '#970180'

red 151 ◦ green 1 ◦ blue 128

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

Shades of Dark Magenta #970180

Tints of Dark Magenta #970180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.71%

R = 53.93%
G = 0.36%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#970180 (or 0x970180) is known color: Dark Magenta. HEX triplet: 97, 01 and 80. RGB value is (151,1,128). Sum of RGB (Red+Green+Blue) = 151+1+128=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #970180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970180 is #68FE7F. Grayscale: #3B3B3B. Windows color (decimal): -6880896 or 8389015. OLE color: 8389015.

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

Color convert

RGB 151 1 128 -
CMYK 0 0.99 0.15 0.41
HSL 309.2º 0.99% 0.3% -
HSV(B) 309.2º 0.99% 0.59% -
XYZ 16.67 8.16 21.12 -
YUV 60.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 151 1 128 0 0.99 0.15 0.41 309.2 0.99 0.3
Hex 97 1 80 0 63 F 29 135 63 1E
Octal 227 1 200 0 143 17 51 465 143 36
Binary 10010111 1 10000000 0 1100011 1111 101001 100110101 1100011 11110

Color Harmonies of #970180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970180

Black with #970180

Text Example


Text Example

White with #970180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970180; }

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

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

background-color css

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

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

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

border-color css

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

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

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