Html Css Color HEX #970F87 Dark Magenta

📋 copy color: '#970F87'

red 151 ◦ green 15 ◦ blue 135

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

Shades of Dark Magenta #970F87

Tints of Dark Magenta #970F87

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 135 (53.13% from 255) = 44.85%

R = 50.17%
G = 4.98%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#970F87 (or 0x970F87) is known color: Dark Magenta. HEX triplet: 97, 0F and 87. RGB value is (151,15,135). Sum of RGB (Red+Green+Blue) = 151+15+135=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #970F87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F87 is #68F078. Grayscale: #454545. Windows color (decimal): -6877305 or 8851351. OLE color: 8851351.

HSL color Cylindrical-coordinate representation of color #970F87: hue angle of 307.06º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F87 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 135 -
CMYK 0 0.90 0.11 0.41
HSL 307.06º 0.82% 0.33% -
HSV(B) 307.06º 0.9% 0.59% -
XYZ 17.31 8.67 23.68 -
YUV 69.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 151 15 135 0 0.90 0.11 0.41 307.06 0.82 0.33
Hex 97 F 87 0 5A B 29 133 52 21
Octal 227 17 207 0 132 13 51 463 122 41
Binary 10010111 1111 10000111 0 1011010 1011 101001 100110011 1010010 100001

Color Harmonies of #970F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F87

Black with #970F87

Text Example


Text Example

White with #970F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970F87; }

 p { color: rgb(151,15,135); }

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

background-color css

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

 a { background-color: rgb(151,15,135); }

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

border-color css

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

 span { border-color: rgb(151,15,135); }

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