Html Css Color HEX #970287 Dark Magenta

📋 copy color: '#970287'

red 151 ◦ green 2 ◦ blue 135

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

Shades of Dark Magenta #970287

Tints of Dark Magenta #970287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 52.43%
G = 0.69%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#970287 (or 0x970287) is known color: Dark Magenta. HEX triplet: 97, 02 and 87. RGB value is (151,2,135). Sum of RGB (Red+Green+Blue) = 151+2+135=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #970287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970287 is #68FD78. Grayscale: #3D3D3D. Windows color (decimal): -6880633 or 8848023. OLE color: 8848023.

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

Color convert

RGB 151 2 135 -
CMYK 0 0.99 0.11 0.41
HSL 306.44º 0.97% 0.3% -
HSV(B) 306.44º 0.99% 0.59% -
XYZ 17.16 8.37 23.63 -
YUV 61.71 169.36 191.69 -
System Red Green Blue C M Y K H S L
Decimal 151 2 135 0 0.99 0.11 0.41 306.44 0.97 0.3
Hex 97 2 87 0 63 B 29 132 61 1E
Octal 227 2 207 0 143 13 51 462 141 36
Binary 10010111 10 10000111 0 1100011 1011 101001 100110010 1100001 11110

Color Harmonies of #970287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970287

Black with #970287

Text Example


Text Example

White with #970287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970287; }

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

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

background-color css

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

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

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

border-color css

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

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

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