Html Css Color HEX #970181 Dark Magenta

📋 copy color: '#970181'

red 151 ◦ green 1 ◦ blue 129

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

Shades of Dark Magenta #970181

Tints of Dark Magenta #970181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 53.74%
G = 0.36%
B = 45.91%

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

#970181 (or 0x970181) is known color: Dark Magenta. HEX triplet: 97, 01 and 81. RGB value is (151,1,129). Sum of RGB (Red+Green+Blue) = 151+1+129=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #970181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970181 is #68FE7E. Grayscale: #3C3C3C. Windows color (decimal): -6880895 or 8454551. OLE color: 8454551.

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

Color convert

RGB 151 1 129 -
CMYK 0 0.99 0.15 0.41
HSL 308.8º 0.99% 0.3% -
HSV(B) 308.8º 0.99% 0.59% -
XYZ 16.74 8.19 21.47 -
YUV 60.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 151 1 129 0 0.99 0.15 0.41 308.8 0.99 0.3
Hex 97 1 81 0 63 F 29 135 63 1E
Octal 227 1 201 0 143 17 51 465 143 36
Binary 10010111 1 10000001 0 1100011 1111 101001 100110101 1100011 11110

Color Harmonies of #970181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970181

Black with #970181

Text Example


Text Example

White with #970181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970181; }

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

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

background-color css

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

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

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

border-color css

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

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

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