Html Css Color HEX #970495 Dark Magenta

📋 copy color: '#970495'

red 151 ◦ green 4 ◦ blue 149

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

Shades of Dark Magenta #970495

Tints of Dark Magenta #970495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 149 (58.59% from 255) = 49.01%

R = 49.67%
G = 1.32%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#970495 (or 0x970495) is known color: Dark Magenta. HEX triplet: 97, 04 and 95. RGB value is (151,4,149). Sum of RGB (Red+Green+Blue) = 151+4+149=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #970495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970495 is #68FB6A. Grayscale: #404040. Windows color (decimal): -6880107 or 9766039. OLE color: 9766039.

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

Color convert

RGB 151 4 149 -
CMYK 0 0.97 0.01 0.41
HSL 300.82º 0.95% 0.3% -
HSV(B) 300.82º 0.97% 0.59% -
XYZ 18.23 8.84 29.18 -
YUV 64.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 151 4 149 0 0.97 0.01 0.41 300.82 0.95 0.3
Hex 97 4 95 0 61 1 29 12D 5F 1E
Octal 227 4 225 0 141 1 51 455 137 36
Binary 10010111 100 10010101 0 1100001 1 101001 100101101 1011111 11110

Color Harmonies of #970495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970495

Black with #970495

Text Example


Text Example

White with #970495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970495; }

 p { color: rgb(151,4,149); }

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

background-color css

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

 a { background-color: rgb(151,4,149); }

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

border-color css

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

 span { border-color: rgb(151,4,149); }

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