Html Css Color HEX #970690 Dark Magenta

📋 copy color: '#970690'

red 151 ◦ green 6 ◦ blue 144

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

Shades of Dark Magenta #970690

Tints of Dark Magenta #970690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

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

R = 50.17%
G = 1.99%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#970690 (or 0x970690) is known color: Dark Magenta. HEX triplet: 97, 06 and 90. RGB value is (151,6,144). Sum of RGB (Red+Green+Blue) = 151+6+144=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #970690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970690 is #68F96F. Grayscale: #404040. Windows color (decimal): -6879600 or 9438871. OLE color: 9438871.

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

Color convert

RGB 151 6 144 -
CMYK 0 0.96 0.05 0.41
HSL 302.9º 0.92% 0.31% -
HSV(B) 302.9º 0.96% 0.59% -
XYZ 17.86 8.72 27.13 -
YUV 65.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 151 6 144 0 0.96 0.05 0.41 302.9 0.92 0.31
Hex 97 6 90 0 60 5 29 12F 5C 1F
Octal 227 6 220 0 140 5 51 457 134 37
Binary 10010111 110 10010000 0 1100000 101 101001 100101111 1011100 11111

Color Harmonies of #970690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970690

Black with #970690

Text Example


Text Example

White with #970690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970690; }

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

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

background-color css

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

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

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

border-color css

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

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

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