Html Css Color HEX #970288 Dark Magenta

📋 copy color: '#970288'

red 151 ◦ green 2 ◦ blue 136

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

Shades of Dark Magenta #970288

Tints of Dark Magenta #970288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.06%

R = 52.25%
G = 0.69%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#970288 (or 0x970288) is known color: Dark Magenta. HEX triplet: 97, 02 and 88. RGB value is (151,2,136). Sum of RGB (Red+Green+Blue) = 151+2+136=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #970288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970288 is #68FD77. Grayscale: #3D3D3D. Windows color (decimal): -6880632 or 8913559. OLE color: 8913559.

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

Color convert

RGB 151 2 136 -
CMYK 0 0.99 0.10 0.41
HSL 306.04º 0.97% 0.3% -
HSV(B) 306.04º 0.99% 0.59% -
XYZ 17.23 8.4 24.01 -
YUV 61.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 151 2 136 0 0.99 0.10 0.41 306.04 0.97 0.3
Hex 97 2 88 0 63 A 29 132 61 1E
Octal 227 2 210 0 143 12 51 462 141 36
Binary 10010111 10 10001000 0 1100011 1010 101001 100110010 1100001 11110

Color Harmonies of #970288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970288

Black with #970288

Text Example


Text Example

White with #970288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970288; }

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

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

background-color css

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

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

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

border-color css

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

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

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