Html Css Color HEX #970090 Dark Magenta

📋 copy color: '#970090'

red 151 ◦ green 0 ◦ blue 144

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

Shades of Dark Magenta #970090

Tints of Dark Magenta #970090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 51.19%
G = 0%
B = 48.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#970090 (or 0x970090) is known color: Dark Magenta. HEX triplet: 97, 00 and 90. RGB value is (151,0,144). Sum of RGB (Red+Green+Blue) = 151+0+144=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #970090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970090 is #68FF6F. Grayscale: #3D3D3D. Windows color (decimal): -6881136 or 9437335. OLE color: 9437335.

HSL color Cylindrical-coordinate representation of color #970090: hue angle of 302.78º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970090 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 144 -
CMYK 0 1 0.05 0.41
HSL 302.78º 1% 0.3% -
HSV(B) 302.78º 1% 0.59% -
XYZ 17.8 8.59 27.11 -
YUV 61.57 174.53 191.79 -
System Red Green Blue C M Y K H S L
Decimal 151 0 144 0 1 0.05 0.41 302.78 1 0.3
Hex 97 0 90 0 64 5 29 12F 64 1E
Octal 227 0 220 0 144 5 51 457 144 36
Binary 10010111 0 10010000 0 1100100 101 101001 100101111 1100100 11110

Color Harmonies of #970090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970090

Black with #970090

Text Example


Text Example

White with #970090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970090; }

 p { color: rgb(151,0,144); }

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

background-color css

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

 a { background-color: rgb(151,0,144); }

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

border-color css

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

 span { border-color: rgb(151,0,144); }

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