Html Css Color HEX #970694 Dark Magenta

📋 copy color: '#970694'

red 151 ◦ green 6 ◦ blue 148

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

Shades of Dark Magenta #970694

Tints of Dark Magenta #970694

RGB

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

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

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

R = 49.51%
G = 1.97%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#970694 (or 0x970694) is known color: Dark Magenta. HEX triplet: 97, 06 and 94. RGB value is (151,6,148). Sum of RGB (Red+Green+Blue) = 151+6+148=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #970694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970694 is #68F96B. Grayscale: #414141. Windows color (decimal): -6879596 or 9701015. OLE color: 9701015.

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

Color convert

RGB 151 6 148 -
CMYK 0 0.96 0.02 0.41
HSL 301.24º 0.92% 0.31% -
HSV(B) 301.24º 0.96% 0.59% -
XYZ 18.17 8.85 28.77 -
YUV 65.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 151 6 148 0 0.96 0.02 0.41 301.24 0.92 0.31
Hex 97 6 94 0 60 2 29 12D 5C 1F
Octal 227 6 224 0 140 2 51 455 134 37
Binary 10010111 110 10010100 0 1100000 10 101001 100101101 1011100 11111

Color Harmonies of #970694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970694

Black with #970694

Text Example


Text Example

White with #970694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970694; }

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

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

background-color css

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

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

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

border-color css

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

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

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