Html Css Color HEX #970094 Dark Magenta

📋 copy color: '#970094'

red 151 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #970094

Tints of Dark Magenta #970094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 50.5%
G = 0%
B = 49.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#970094 (or 0x970094) is known color: Dark Magenta. HEX triplet: 97, 00 and 94. RGB value is (151,0,148). Sum of RGB (Red+Green+Blue) = 151+0+148=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #970094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970094 is #68FF6B. Grayscale: #3D3D3D. Windows color (decimal): -6881132 or 9699479. OLE color: 9699479.

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

Color convert

RGB 151 0 148 -
CMYK 0 1 0.02 0.41
HSL 301.19º 1% 0.3% -
HSV(B) 301.19º 1% 0.59% -
XYZ 18.11 8.72 28.75 -
YUV 62.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 151 0 148 0 1 0.02 0.41 301.19 1 0.3
Hex 97 0 94 0 64 2 29 12D 64 1E
Octal 227 0 224 0 144 2 51 455 144 36
Binary 10010111 0 10010100 0 1100100 10 101001 100101101 1100100 11110

Color Harmonies of #970094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970094

Black with #970094

Text Example


Text Example

White with #970094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970094; }

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

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

background-color css

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

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

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

border-color css

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

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

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