Html Css Color HEX #970CA4 Dark Magenta

📋 copy color: '#970CA4'

red 151 ◦ green 12 ◦ blue 164

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

Shades of Dark Magenta #970CA4

Tints of Dark Magenta #970CA4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.67%

 BLUE value IS 164 (64.45% from 255) = 50.15%

R = 46.18%
G = 3.67%
B = 50.15%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#970CA4 (or 0x970CA4) is known color: Dark Magenta. HEX triplet: 97, 0C and A4. RGB value is (151,12,164). Sum of RGB (Red+Green+Blue) = 151+12+164=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #970CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970CA4 is #68F35B. Grayscale: #464646. Windows color (decimal): -6878044 or 10751127. OLE color: 10751127.

HSL color Cylindrical-coordinate representation of color #970CA4: hue angle of 294.87º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970CA4 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 12 164 -
CMYK 0.08 0.93 0 0.36
HSL 294.87º 0.86% 0.35% -
HSV(B) 294.87º 0.93% 0.64% -
XYZ 19.59 9.52 35.93 -
YUV 70.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 151 12 164 0.08 0.93 0 0.36 294.87 0.86 0.35
Hex 97 C A4 8 5D 0 24 127 56 23
Octal 227 14 244 10 135 0 44 447 126 43
Binary 10010111 1100 10100100 1000 1011101 0 100100 100100111 1010110 100011

Color Harmonies of #970CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CA4

Black with #970CA4

Text Example


Text Example

White with #970CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970CA4; }

 p { color: rgb(151,12,164); }

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

background-color css

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

 a { background-color: rgb(151,12,164); }

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

border-color css

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

 span { border-color: rgb(151,12,164); }

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